Skip to content

Commit 3a58413

Browse files
authored
Update pypi-publish.yaml
Fixed the trigger to make it work on a release
1 parent 0be71ea commit 3a58413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish Python Package
22

33
on:
4-
push:
5-
branches: [ master ]
4+
release:
5+
types: [created]
66

77
jobs:
88
build-n-publish:

0 commit comments

Comments
 (0)