Skip to content

Commit 1efd0f9

Browse files
committed
[DEV] only build manylinux for arm64
1 parent 75c4e87 commit 1efd0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ libzim = [
115115
]
116116

117117
[tool.cibuildwheel]
118-
build = "*"
118+
build = "cp31*-manylinux_aarch64"
119119
# disabling PyPy due to 2 failing tests
120120
skip = "pp* *win32*"
121121

0 commit comments

Comments
 (0)