Skip to content

Commit

Permalink
Explicitly set MACOSX_DEPLOYMENT_TARGET when building wheels
Browse files Browse the repository at this point in the history
delocate now checks it more explictly
  • Loading branch information
Luthaf committed Nov 28, 2024
1 parent 34ebc89 commit 6427dd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: rustc-manylinux2014_x86_64
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "delocate-wheel --ignore-missing-dependencies --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
CIBW_REPAIR_WHEEL_COMMAND_LINUX: "auditwheel repair --exclude libmetatensor.so -w {dest_dir} {wheel}"
CIBW_ENVIRONMENT: >
MACOSX_DEPLOYMENT_TARGET=11
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6427dd2

Please sign in to comment.