Skip to content

Commit 57e6b1f

Browse files
authored
Update release.yml
1 parent ff62de6 commit 57e6b1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Upload Python Package
22

33
on:
4-
push:
5-
tags:
6-
- '[0-9]+.[0-9]+.[0-9]'
4+
release:
5+
types: [published]
76

87
jobs:
98
deploy:

0 commit comments

Comments
 (0)