Skip to content

Commit 753e5bf

Browse files
authored
Fix building arm64 wheels (#96)
1 parent 7f3da3a commit 753e5bf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release-wheels.yml

-7
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,6 @@ jobs:
216216
run: |
217217
python -m cibuildwheel --output-dir dist
218218
219-
# Cross compiling wheels for arm64 with poetry creates wheels with wrong tag
220-
# Update the wheel with the correct tag then remove the incorrect wheel
221-
- name: Fix poetry mistagging
222-
run: |
223-
wheel tags --platform-tag macosx_14_0_arm64 ./dist/*-macosx_14_0_x86_64.whl
224-
rm ./dist/*-macosx_14_0_x86_64.whl
225-
226219
- name: Store artifacts
227220
uses: actions/upload-artifact@v4
228221
with:

0 commit comments

Comments
 (0)