Skip to content

Commit 830224d

Browse files
authored
Update python-publish.yml
1 parent dfe6ac0 commit 830224d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
name: Upload Python Package
1010

11-
on: workflow_dispatch
11+
on:
12+
release:
13+
types: [published]
1214

1315
permissions:
1416
contents: read
1517

1618
jobs:
1719
deploy:
18-
1920
runs-on: ubuntu-latest
20-
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Set up Python

0 commit comments

Comments
 (0)