From 493a7b586ac2f2ef581e90ead55373a8fd635b93 Mon Sep 17 00:00:00 2001 From: Bob Renwick Date: Fri, 28 Jun 2024 15:12:36 +0100 Subject: [PATCH] improve comment --- .github/workflows/cibuildwheel.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 348ceb8..c992a83 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -17,8 +17,7 @@ jobs: CIBW_BEFORE_BUILD: "pip install --only-binary :all: -r requirements.txt" # There are/were no numpy wheels for these: CIBW_SKIP: pp37-* pp38-* pp39-* pp310-* cp39-manylinux_i686 cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 *-musllinux_* - # configure cibuildwheel to build native archs ('auto'), and some - # emulated ones + # configure cibuildwheel to build native arch & aarch64 too CIBW_ARCHS_LINUX: auto aarch64 # Quick test with C code using NumPy C API: CIBW_TEST_COMMAND: "python {package}/Tests/test_Cluster.py"