Skip to content

Commit 730672a

Browse files
committed
Update PyPI publish workflow trigger
Workflow now only runs when a release is published, removing the trigger for prereleased events.
1 parent 9da7469 commit 730672a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Publish Python Package
44
on:
55
release:
66
# Run when a release is published or a prerelease is published (not on draft creation)
7-
types: [published, prereleased]
7+
types: [published]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)