diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index d44e52f6..f4a95f14 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -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