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 2204e4a + faf6e86 commit a0311f2Copy full SHA for a0311f2
.github/workflows/build_and_publish_to_pypi.yml
@@ -1,6 +1,8 @@
1
name: Publish Python distributions to PyPI
2
3
-on: push
+on:
4
+ push:
5
+ workflow_dispatch:
6
7
jobs:
8
build-n-publish:
@@ -28,4 +30,4 @@ jobs:
28
30
if: startsWith(github.ref, 'refs/tags')
29
31
uses: pypa/gh-action-pypi-publish@release/v1
32
with:
- password: ${{ secrets.PYPI_API_TOKEN }}
33
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments