We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a903ff6 commit 527a647Copy full SHA for 527a647
1 file changed
.github/workflows/distribute.yml
@@ -1,9 +1,9 @@
1
name: Distribute source to pypi package
2
3
on:
4
- push:
5
- tags:
6
- - '*'
+ release:
+ types:
+ - created
7
8
9
jobs:
0 commit comments