We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470b942 commit e52c9ebCopy full SHA for e52c9eb
1 file changed
.github/workflows/publish.yml
@@ -1,9 +1,9 @@
1
name: Publish to PyPI
2
3
on:
4
- release:
5
- types: [created]
6
-
+ push:
+ branches:
+ - main
7
jobs:
8
build-and-publish:
9
runs-on: ubuntu-latest
0 commit comments