Allow publish action to be run manually
This commit is contained in:
parent
0b224cce31
commit
f2d5fa8cf9
|
@ -11,6 +11,7 @@ name: Upload Python Package
|
|||
on:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in New Issue