From 3092a5198982f2d32b6fd3c4a234cbeae9c2dea9 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Fri, 24 May 2024 09:51:45 -0600 Subject: [PATCH] removing musl aarch64, but don't understand why it fails --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c70b6ce3..4031f482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,7 @@ atomic = true #src_paths=isort,test [tool.cibuildwheel] -skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*-win_arm64"] #, "*-musllinux*"] +skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*-win_arm64", "*-musllinux_aarch64"] build-frontend = { name = "build", args = ["-w","-n"] } before-build = "pip install setuptools cmake numpy pyzmq cmake-build-extension wheel" build-verbosity = "3"