diff --git a/.github/workflows/pypi-release.yaml b/.github/workflows/pypi-release.yaml index 264d9cc4..b32bb2ea 100644 --- a/.github/workflows/pypi-release.yaml +++ b/.github/workflows/pypi-release.yaml @@ -4,9 +4,9 @@ on: types: - published # Runs for pull requests should be disabled other than for testing purposes - # pull_request: - # branches: - # - main + pull_request: + branches: + - main permissions: contents: read