Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Dec 9, 2024
1 parent 41147b6 commit f1ab80c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ jobs:

- name: The macOS wheel is only backwards compatible with the macOS major version it is built from
if: ${{ startsWith(inputs.platform-tag, 'macosx') }}
run: echo MACOSX_DEPLOYMENT_TARGET=$(sw_vers --productVersion | cut -d"." -f 1).0 >> $GITHUB_ENV
# Use single dash for backwards compatibility
run: echo MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | cut -d"." -f 1).0 >> $GITHUB_ENV

- uses: docker/login-action@v3
if: ${{ startsWith(inputs.platform-tag, 'manylinux') }}
Expand Down

0 comments on commit f1ab80c

Please sign in to comment.