Skip to content

Commit da62aad

Browse files
authored
Merge pull request #61 from wyguy444/gha
attempt github action to upload to pypi
2 parents 9d21409 + 3e50308 commit da62aad

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/client_build

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Client Build
2+
on:
3+
release:
4+
types: [released]
5+
push:
6+
branches:
7+
- main
8+
workflow_dispatch:
9+
jobs:
10+
call-workflow:
11+
uses: hearsaycorp/github-action-templates/.github/workflows/client_build.yaml@main
12+
with:
13+
repository_url: https://pypi.python.org/simple
14+
secrets: inherit

0 commit comments

Comments
 (0)