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 fd84c1e + 89632f4 commit 0f028c7Copy full SHA for 0f028c7
.github/workflows/publish-to-test-pypi.yml
@@ -1,6 +1,9 @@
1
name: Publish tagged releases to PyPI and TestPyPI
2
3
-on: push
+on:
4
+ release:
5
+ types:
6
+ - created
7
8
jobs:
9
build-n-publish:
0 commit comments