From 03290ac77acd1e0e59771fb077315faf4f455f30 Mon Sep 17 00:00:00 2001 From: Nathan Glenn Date: Fri, 27 Sep 2024 21:13:23 -0500 Subject: [PATCH] try again. --- .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..8569ba3f4c 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' + # TODO: should be github.event_name == 'release' needs: test_python # We use Trusted Publishing to manage our access to pypi: