CI: fix architectures
This commit is contained in:
parent
d8e67e5e7d
commit
42de4409c5
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue