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