Skip to content

Commit

Permalink
{Build} GitHub CI - Python Wheels generation
Browse files Browse the repository at this point in the history
Summary: Rely only on `pyproject.toml` to define CMAKE_OSX_DEPLOYMENT_TARGET. Keeping it to 10.15 is improving compatibility with more macOS target

Reviewed By: PiotrBrzyski

Differential Revision: D52926367

fbshipit-source-id: 5a21d1ee216251905acc1795051b07cf562492bb
  • Loading branch information
SeaOtocinclus authored and facebook-github-bot committed Jan 22, 2024
1 parent 454ffc2 commit 8c924ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-wheels-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
CIBW_BUILD_VERBOSITY: 3
CIBW_BUILD: ${{ matrix.cibw_build }}
CIBW_SKIP: "*-manylinux_i686 *-musllinux_*"
MACOSX_DEPLOYMENT_TARGET: '12'
- uses: actions/upload-artifact@v2
with:
name: python-package-distributions
Expand Down

0 comments on commit 8c924ba

Please sign in to comment.