Skip to content

Commit a2671ea

Browse files
committed
chore: fix action bug
1 parent 78f0483 commit a2671ea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
name: Python PyPi Release
77

88
on:
9-
workflow_run:
10-
workflows: ["Python PyPi Release"]
11-
types:
12-
- completed
9+
push:
10+
tags:
11+
- v*
1312

1413
permissions:
1514
contents: read

0 commit comments

Comments
 (0)