Skip to content

Commit 1d7c557

Browse files
authored
Remove prerelased from publish workflow types (#61)
1 parent bcade56 commit 1d7c557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Publish to PyPI
77

88
on:
99
release:
10-
types: [published, prereleased]
10+
types: [published]
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)