Add workflow_dispatch to python release action (#405)

This commit is contained in:
Justin Traglia 2024-03-04 13:03:25 -06:00 committed by GitHub
parent 4d3fb9a75e
commit 978633ccea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ on:
- published
branches:
- main
# Allows us run the action manually.
workflow_dispatch:
jobs:
build-wheels: