From 0b23cd515f2417a207be9158a85baa92eb665878 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Wed, 15 May 2024 00:23:25 -0400 Subject: [PATCH] do not skip --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de35504..f096b37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ metadata.version.provider = "scikit_build_core.metadata.setuptools_scm" [tool.cibuildwheel] build = ["cp311-*"] -skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"] +skip = ["*-win32", "*-manylinux_i686"] build-verbosity = 1 before-test = ["pip install --no-deps cmd/"] test-command = "node -h && npm --version && npx --version && python -m nodejs_wheel --version && python {project}/tests/test_api.py"