Allow publish action to be run manually

This commit is contained in:
slashtechno 2024-03-03 18:10:23 -06:00 committed by GitHub
parent 0b224cce31
commit f2d5fa8cf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ name: Upload Python Package
on: on:
release: release:
types: [published] types: [published]
workflow_dispatch:
permissions: permissions:
contents: read contents: read