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 a2fcb3f + be9368c commit 59f47a2Copy full SHA for 59f47a2
1 file changed
.github/workflows/pypi-release.yml
@@ -1,8 +1,10 @@
1
name: Release library as a PyPI wheel and sdist on tag
2
3
on:
4
- release:
5
- types: [created]
+ workflow_dispatch:
+ push:
6
+ tags:
7
+ - "v*.*.*"
8
9
jobs:
10
build-and-publish-to-pypi:
0 commit comments