We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123039c commit 49fb3cbCopy full SHA for 49fb3cb
1 file changed
.github/workflows/publish.yml
@@ -1,9 +1,8 @@
1
name: publish
2
3
on:
4
- push:
5
- tags:
6
- - "[0-9]*"
+ release:
+ types: [published]
7
8
jobs:
9
sdist:
0 commit comments