Split out python versions in CI
This commit is contained in:
parent
9784020cc3
commit
3c006c9a94
|
@ -14,6 +14,18 @@ linux:
|
||||||
- curl -sSL https://get.docker.com/ | sh
|
- curl -sSL https://get.docker.com/ | sh
|
||||||
- python -m pip install cibuildwheel==2.11.3
|
- python -m pip install cibuildwheel==2.11.3
|
||||||
- cibuildwheel --output-dir wheelhouse
|
- cibuildwheel --output-dir wheelhouse
|
||||||
|
parallel:
|
||||||
|
matrix:
|
||||||
|
- CIBW_BUILD:
|
||||||
|
- cp36-manylinux*
|
||||||
|
- cp37-manylinux*
|
||||||
|
- cp38-manylinux*
|
||||||
|
- cp39-manylinux*
|
||||||
|
- cp310-manylinux*
|
||||||
|
- cp311-manylinux*
|
||||||
|
- pp37-manylinux*
|
||||||
|
- pp38-manylinux*
|
||||||
|
- pp39-manylinux*
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- wheelhouse/
|
- wheelhouse/
|
||||||
|
|
Loading…
Reference in New Issue