CI: fix architectures

This commit is contained in:
Robert Taylor 2022-12-22 12:45:56 +00:00 committed by Jean-Paul Chaput
parent d8e67e5e7d
commit 42de4409c5
1 changed files with 2 additions and 5 deletions

View File

@ -16,11 +16,8 @@ linux:
- cibuildwheel --output-dir wheelhouse - cibuildwheel --output-dir wheelhouse
parallel: parallel:
matrix: matrix:
- CIBW_BUILD: - CIBW_BUILD: [cp38-manylinux*, cp39-manylinux*, cp310-manylinux*, cp311-manylinux*]
- cp38-manylinux* CIBW_ARCHS_LINUX: [auto64, aarch64]
- cp39-manylinux*
- cp310-manylinux*
- cp311-manylinux*
artifacts: artifacts:
paths: paths:
- wheelhouse/ - wheelhouse/