Skip to content

Commit

Permalink
Fix universal2 wheel (#11)
Browse files Browse the repository at this point in the history
Fix universal2 wheel tag
  • Loading branch information
kyamagu committed Sep 1, 2023
1 parent 88acbd5 commit 242f2f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
LDFLAGS="-dead_strip"
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
wheel tags --platform-tag macosx_12_0_universal2 {wheel} &&
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
rm -f {wheel} &&
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v $(dirname {wheel})/*.whl
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest {project}/tests
CIBW_TEST_SKIP: "*-macosx_universal2:arm64"
Expand Down

0 comments on commit 242f2f0

Please sign in to comment.