Skip to content

Commit

Permalink
Update publish-to-pypi.yml; add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bonicim authored May 17, 2024
1 parent 796722d commit 597adad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ name: Upload Python Package
on:
release:
types: [published]

workflow_dispatch:
inputs:
triggeredBy:
description: 'Name of team member who is manually triggering this workflow'
required: true

permissions:
contents: read
Expand Down

0 comments on commit 597adad

Please sign in to comment.