Skip to content

Commit

Permalink
Fix building arm64 wheels (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Jun 17, 2024
1 parent 7f3da3a commit 753e5bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,6 @@ jobs:
run: |
python -m cibuildwheel --output-dir dist
# Cross compiling wheels for arm64 with poetry creates wheels with wrong tag
# Update the wheel with the correct tag then remove the incorrect wheel
- name: Fix poetry mistagging
run: |
wheel tags --platform-tag macosx_14_0_arm64 ./dist/*-macosx_14_0_x86_64.whl
rm ./dist/*-macosx_14_0_x86_64.whl
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 753e5bf

Please sign in to comment.