Skip to content

Commit

Permalink
[Python] Set MACOSX_DEPLOYMENT_TARGET for cibuildwheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeurbach committed Jan 7, 2025
1 parent ab5dc6c commit c674761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/uploadWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BUILD_FRONTEND: build
SETUPTOOLS_SCM_DEBUG: True
MACOSX_DEPLOYMENT_TARGET: 10.15

- name: Upload (stage) wheels as artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c674761

Please sign in to comment.