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.
1 parent fd84c1e commit 89632f4Copy full SHA for 89632f4
.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