Skip to content

Commit 6aa80a6

Browse files
author
=
committed
fix publish to PyPI
1 parent bbaaa2c commit 6aa80a6

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
@@ -4,8 +4,9 @@
44
name: Upload Python Package
55

66
on:
7-
release:
8-
types: [created]
7+
push:
8+
branches:
9+
- master
910

1011
jobs:
1112
deploy:

0 commit comments

Comments
 (0)