Split out python versions in CI
This commit is contained in:
parent
c22dfe3216
commit
6088ab7b69
|
@ -14,6 +14,18 @@ linux:
|
|||
- curl -sSL https://get.docker.com/ | sh
|
||||
- python -m pip install cibuildwheel==2.11.3
|
||||
- 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:
|
||||
paths:
|
||||
- wheelhouse/
|
||||
|
|
Loading…
Reference in New Issue