We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da7469 commit 730672aCopy full SHA for 730672a
.github/workflows/pypi-publish.yaml
@@ -4,7 +4,7 @@ name: Publish Python Package
4
on:
5
release:
6
# Run when a release is published or a prerelease is published (not on draft creation)
7
- types: [published, prereleased]
+ types: [published]
8
9
jobs:
10
build:
0 commit comments