Skip to content

Commit

Permalink
Update build-and-publish-to-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjunz authored Jun 27, 2024
1 parent 4857908 commit 031c960
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
env:
# Disable building for PyPy and 32bit.
CIBW_SKIP: pp* *-win32 *-manylinux_i686
# # Fix error for python 3.11 on macOS
# CIBW_ENVIRONMENT_MACOS: SETUPTOOLS_USE_DISTUTILS=stdlib
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET="13.0"
CIBW_BEFORE_BUILD_MACOS: python -m pip install --upgrade pip
# Package the DLL dependencies in the wheel for windows (done by default for the other platforms).
Expand Down

0 comments on commit 031c960

Please sign in to comment.