Add workflow_dispatch to python release action (#405)
This commit is contained in:
parent
4d3fb9a75e
commit
978633ccea
|
@ -6,6 +6,8 @@ on:
|
|||
- published
|
||||
branches:
|
||||
- main
|
||||
# Allows us run the action manually.
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-wheels:
|
||||
|
|
Loading…
Reference in New Issue