diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index 108dfa6da5..e4815aa1b5 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -3,6 +3,7 @@ name: Publish tag to Pypi on: release: types: [published] + workflow_dispatch: permissions: contents: read # to fetch code (actions/checkout)