Skip to content

Commit

Permalink
do not mac os wheels outside of tags
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Oct 14, 2022
1 parent 1f8c3ee commit 3b08105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3b08105

Please sign in to comment.