Skip to content

Commit

Permalink
Set MACOSX_DEPLOYMENT_TARGET in CIBW_ENVIRONMENT to correctly tag the…
Browse files Browse the repository at this point in the history
… wheel compatibility
  • Loading branch information
misl6 committed May 12, 2024
1 parent eb43391 commit 288f96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/osx_wheels_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
osx_wheels_create:
if: github.event_name == 'schedule' || (github.event_name == 'create' && github.event.ref_type == 'tag') || contains(github.event.head_commit.message, '[build wheel]') || contains(github.event.head_commit.message, '[build wheel osx]') || contains(github.event.pull_request.title, '[build wheel]') || contains(github.event.pull_request.title, '[build wheel osx]')
env:
CIBW_ENVIRONMENT: "MACOSX_DEPLOYMENT_TARGET=10.15"
CIBW_BUILD: "cp37-macosx_x86_64 cp38-macosx_universal2 cp39-macosx_universal2 cp310-macosx_universal2 cp311-macosx_universal2 cp312-macosx_universal2"
CIBW_ARCHS_MACOS: "x86_64 universal2"
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
Expand Down

0 comments on commit 288f96f

Please sign in to comment.