Skip to content

Commit c291f09

Browse files
committed
ci: publish on release
1 parent 81d5d5c commit c291f09

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.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-
- "v*"
4+
release:
5+
types: [created]
76

87
jobs:
98
deploy:

0 commit comments

Comments
 (0)