We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611afe7 commit 4d5757dCopy full SHA for 4d5757d
.github/workflows/release.yml
@@ -3,6 +3,7 @@ name: Upload Python Package to PyPI when a Release is Created
3
on:
4
release:
5
types: [created]
6
+ workflow_dispatch:
7
8
jobs:
9
pypi-publish:
0 commit comments