We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0006142 commit 666df66Copy full SHA for 666df66
1 file changed
.github/workflows/pypi.yml
@@ -1,10 +1,8 @@
1
name: Build and publish to pypi
2
3
on:
4
- workflow_run:
5
- workflows: ["Release"]
6
- types:
7
- - completed
+ release:
+ types: [published]
8
9
jobs:
10
# Push a new release to PyPI
0 commit comments