From 54f58a4289d2288b86bda4c0ff278061c98d9a39 Mon Sep 17 00:00:00 2001 From: Nathan Glenn Date: Fri, 27 Sep 2024 21:30:21 -0500 Subject: [PATCH] Revert "Temporarily run python releases on each commit" This reverts commit 068f812ba83a5c417d20caf636d3bb53ad9df961. --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: