Skip to content

Commit

Permalink
fix: macos wheel name
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 17, 2025
1 parent 81ba3d5 commit 3d6bdf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.15.0

- name: Set macOS deployment target
if: startsWith(matrix.platform.target, 'macos')
run: echo "MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | cut -d '.' -f 1-2)" >> $GITHUB_ENV

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
Expand Down

0 comments on commit 3d6bdf6

Please sign in to comment.