Skip to content

Commit cd28a04

Browse files
committed
Keep trigger for pypi-publish as before
1 parent 4c6cab7 commit cd28a04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi-publish.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Publish Python Package
33

44
on:
55
release:
6-
types: [published]
6+
# Trigger the workflow only for real releases but no for draft releases
7+
types: [created]
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)