Skip to content

Commit

Permalink
skip repair step in MacOS ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
roeger committed Dec 18, 2024
1 parent 03c5c31 commit 5e78b6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD: "arm64"
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "" # skip repair step

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5e78b6b

Please sign in to comment.