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 7228d7b commit 7c6625bCopy full SHA for 7c6625b
.github/workflows/publish-to-pypi.yml
@@ -1,8 +1,7 @@
1
name: Upload Python Package
2
3
on:
4
- release:
5
- types: [published]
+ workflow_dispatch: # Enables manual triggering of the workflow
6
7
permissions:
8
contents: read
0 commit comments