mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Upgrade cibuildwheel to 2.4.0
This commit is contained in:
parent
77637f6abd
commit
abeb08fc81
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -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…
Reference in New Issue
Block a user