We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6cab7 commit cd28a04Copy full SHA for cd28a04
.github/workflows/pypi-publish.yaml
@@ -3,7 +3,8 @@ name: Publish Python Package
3
4
on:
5
release:
6
- types: [published]
+ # Trigger the workflow only for real releases but no for draft releases
7
+ types: [created]
8
9
jobs:
10
build:
0 commit comments