Skip to content

Commit ebcb0cf

Browse files
committed
Only run upload python package action for tagged release [skip ci]
1 parent fffab21 commit ebcb0cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Upload Python Package
66
on:
77
release:
88
types: [created]
9+
tags: "v.*"
910

1011
jobs:
1112
deploy:

0 commit comments

Comments
 (0)