Upgrade cibuildwheel to 2.4.0

This commit is contained in:
2022-04-10 00:26:00 -07:00
parent 77637f6abd
commit abeb08fc81
2 changed files with 1 additions and 2 deletions

View File

@ -72,7 +72,7 @@ jobs:
platforms: arm64
- name: Build wheels
uses: pypa/cibuildwheel@v2.3.1
uses: pypa/cibuildwheel@v2.4.0
env:
# these options are all specific to running in the CI. other options are in pyproject.toml
MACOSX_DEPLOYMENT_TARGET: "10.15"