We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5760e5a commit c94d126Copy full SHA for c94d126
.github/workflows/pypi.yml
@@ -1,6 +1,8 @@
1
name: Upload Python Package
2
3
-on: [push]
+on:
4
+ release:
5
+ types: [published]
6
7
jobs:
8
deploy:
0 commit comments