Skip to content

Commit 609cfa2

Browse files
committed
fxed github action value
1 parent 1fb3a0e commit 609cfa2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Upload Python Package
55

66
on:
77
release:
8-
types: [publish, created]
8+
types: [published, created]
99

1010
jobs:
1111
deploy:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: "3.x"
20+
python-version: '3.x'
2121

2222
- name: Install dependencies
2323
run: |

0 commit comments

Comments
 (0)