From 42de4409c5cba854d9abedf8fe30ab680a407b2e Mon Sep 17 00:00:00 2001 From: Robert Taylor Date: Thu, 22 Dec 2022 12:45:56 +0000 Subject: [PATCH] CI: fix architectures --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6762fd9..4ecdc953 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,11 +16,8 @@ linux: - cibuildwheel --output-dir wheelhouse parallel: matrix: - - CIBW_BUILD: - - cp38-manylinux* - - cp39-manylinux* - - cp310-manylinux* - - cp311-manylinux* + - CIBW_BUILD: [cp38-manylinux*, cp39-manylinux*, cp310-manylinux*, cp311-manylinux*] + CIBW_ARCHS_LINUX: [auto64, aarch64] artifacts: paths: - wheelhouse/