We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42ff391 + 513ce21 commit 250ba69Copy full SHA for 250ba69
.github/workflows/python-publish.yml
@@ -1,7 +1,9 @@
1
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
2
name: Publish on PyPi
3
4
-on: release
+on:
5
+ release:
6
+ types: [published]
7
8
jobs:
9
build:
0 commit comments