Skip to content

Commit 37786e2

Browse files
committed
ci: added publish job
1 parent 6cbf532 commit 37786e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ jobs:
4343
body_path: CHANGELOG.md
4444
files: artifact/*.zip
4545
prerelease: contains(github.ref, 'beta')
46+
47+
publish:
48+
needs:
49+
- release
50+
uses: ./.github/workflows/python-publish.yml

0 commit comments

Comments
 (0)