We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3da3a commit 753e5bfCopy full SHA for 753e5bf
.github/workflows/release-wheels.yml
@@ -216,13 +216,6 @@ jobs:
216
run: |
217
python -m cibuildwheel --output-dir dist
218
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
-
226
- name: Store artifacts
227
uses: actions/upload-artifact@v4
228
with:
0 commit comments