Skip to content

Commit 43b36c3

Browse files
committed
Adjust upload pypi logic.
1 parent 6e42136 commit 43b36c3

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+
- v[0-9]+.[0-9]+.* # add .* to allow dev releases
1415

1516
permissions:
1617
contents: read

0 commit comments

Comments
 (0)