From 3b08105a4b7fc86a25f34b27099975941a003ad9 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Fri, 14 Oct 2022 00:10:04 +0000 Subject: [PATCH] do not mac os wheels outside of tags --- .github/workflows/testing-and-deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index 06c102ff..c5e55a73 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -156,6 +156,7 @@ jobs: retention-days: 7 mac_build: + if: github.event_name == 'push' && contains(github.ref, 'refs/tags') name: Build wheels on MacOS runs-on: macos-latest