Skip to content

Commit 95d833a

Browse files
committed
add workflow_dispatch type to publish python action
1 parent 10a394f commit 95d833a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ name: Upload Python Package
1111
on:
1212
release:
1313
types: [published]
14+
workflow_dispatch:
1415

1516
permissions:
1617
contents: read

0 commit comments

Comments
 (0)