diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15247e8655..c958b661fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -483,8 +483,7 @@ jobs: python_push_release: name: Publish to pypi.org runs-on: ubuntu-latest - # TODO: uncomment after releasing once - # if: github.event_name == 'release' + if: github.event_name == 'release' needs: test_python # We use Trusted Publishing to manage our access to pypi: