Upgrade cibuildwheel to 2.4.0

pull/14/head
Andrew Cassidy 2 years ago
parent 77637f6abd
commit abeb08fc81

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

@ -58,7 +58,6 @@ package-dir = { '' = '.' } # without this line, C++ source files get included in
build = "cp{37,38,39,31*}-*" build = "cp{37,38,39,31*}-*"
skip = ["*cp37-musllinux*", "*musllinux_aarch64*", "cp{38,39,31*}-macosx_x86_64"] skip = ["*cp37-musllinux*", "*musllinux_aarch64*", "cp{38,39,31*}-macosx_x86_64"]
build-frontend = "build" build-frontend = "build"
dependency-versions = "latest"
test-command = 'cd {project} && python -m unittest --verbose' test-command = 'cd {project} && python -m unittest --verbose'
test-extras = ["tests"] test-extras = ["tests"]
manylinux-x86_64-image = "manylinux2014" manylinux-x86_64-image = "manylinux2014"

Loading…
Cancel
Save