Skip to content

Commit ce63891

Browse files
committed
ci: change release trigger
We only want to push to PyPI on stable releases, not on prereleases.
1 parent bb6ecb3 commit ce63891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
pull_request:
55
release:
6-
types: [published]
6+
types: [released]
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)