From 8b51e809ddb5f78390d201e0f3f9b1e489b7aa94 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Fri, 6 May 2022 09:04:55 -0700 Subject: [PATCH] avoid building wheels for every commit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e0e57df1..3ee38cf69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: needs: [build, make_sdist] runs-on: ubuntu-latest # Uncomment for real PyPi - # if: github.event_name == 'release' && github.event.action == 'published' + if: github.event_name == 'release' && github.event.action == 'published' steps: - uses: actions/download-artifact@v2 with: