Skip to content

Commit b942796

Browse files
committed
fix
1 parent b25bb00 commit b942796

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/python-publish.yml

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

66
on:
7-
push:
8-
branches:
9-
- master
10-
pull_request:
11-
branches:
12-
- master
7+
release:
8+
types: [created]
139

1410
jobs:
1511
deploy:

0 commit comments

Comments
 (0)