Skip to content

Commit 72d4729

Browse files
committed
Publish on tags
1 parent 8cc37bd commit 72d4729

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
@@ -9,8 +9,9 @@
99
name: Upload Python Package
1010

1111
on:
12-
release:
13-
types: [published]
12+
push:
13+
tags:
14+
- '*'
1415

1516
permissions:
1617
contents: read

0 commit comments

Comments
 (0)