From 753e5bfb970af08b21cf02f08b4e6e7af23ab54c Mon Sep 17 00:00:00 2001 From: scaramallion Date: Mon, 17 Jun 2024 11:34:52 +1000 Subject: [PATCH] Fix building arm64 wheels (#96) --- .github/workflows/release-wheels.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 2bcad39..6fa6ec9 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -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: