We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a330d04 commit 5449b14Copy full SHA for 5449b14
.github/workflows/publish.yml
@@ -3,9 +3,8 @@
3
# then it triggers our upload to PyPI for a new release.
4
name: Publish to PyPI
5
on:
6
- push:
7
- tags:
8
- - "*"
+ release:
+ types: ["published"]
9
10
jobs:
11
tests:
0 commit comments