We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2e25f commit 262eaf2Copy full SHA for 262eaf2
.github/workflows/wheels.yml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
# LIBZIM_DL_VERSION: "8.2.0"
12
- LIBZIM_DL_VERSION: "2023-04-25"
+ LIBZIM_DL_VERSION: "2023-04-19"
13
MACOSX_DEPLOYMENT_TARGET: "11.0"
14
CIBW_ENVIRONMENT_PASS_LINUX: "LIBZIM_DL_VERSION"
15
pyproject.toml
@@ -26,7 +26,8 @@ manylinux-pypy_x86_64-image = "manylinux_2_28"
26
manylinux-pypy_aarch64-image = "manylinux_2_28"
27
28
[tool.cibuildwheel.linux]
29
-archs = ["x86_64", "aarch64"]
+# TEMP: dont build on aarch64 as we dont have bionic builds yet
30
+archs = ["x86_64"] #, "aarch64"]
31
32
[tool.cibuildwheel.macos]
33
archs = ["x86_64", "arm64"]
0 commit comments