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 95d7eb4 commit b93bc1bCopy full SHA for b93bc1b
.github/workflows/python-publish.yml
@@ -39,7 +39,7 @@ jobs:
39
publish-to-pypi:
40
name: >-
41
Publish Python 🐍 distribution 📦 to PyPI
42
- if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
+ if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' # only publish to PyPI on tag pushes or manual trigger
43
needs:
44
- build
45
runs-on: ubuntu-latest
0 commit comments