From 068f812ba83a5c417d20caf636d3bb53ad9df961 Mon Sep 17 00:00:00 2001 From: Nathan Glenn Date: Fri, 27 Sep 2024 19:05:59 -0500 Subject: [PATCH] Temporarily run python releases on each commit --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: