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 7358ca7 commit fff2064Copy full SHA for fff2064
.github/workflows/publish-to-pypi.yml
@@ -1,8 +1,8 @@
1
name: Publish distributions to PyPI and TestPyPI
2
on:
3
- push:
4
- tags:
5
- - "*"
+ release:
+ types:
+ - published
6
7
jobs:
8
build-and-publish:
0 commit comments