Skip to content

Commit f58665f

Browse files
github actions updated to run on tag push
1 parent c2afcb5 commit f58665f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
name: Upload Python Package
55

66
on:
7-
release:
8-
types: [created]
7+
push:
8+
tags:
9+
- "*"
910

1011
jobs:
1112
deploy:

0 commit comments

Comments
 (0)