Skip to content

Commit 5f07c1d

Browse files
allow publish from tag try 2
1 parent eba7afb commit 5f07c1d

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+
workflow_run:
13+
workflows: [testing]
14+
types: [completed]
1415

1516
permissions:
1617
contents: read

0 commit comments

Comments
 (0)