Split out python versions in CI

This commit is contained in:
Robert Taylor 2022-12-11 02:20:07 +00:00 committed by Jean-Paul Chaput
parent c22dfe3216
commit 6088ab7b69
1 changed files with 12 additions and 0 deletions

View File

@ -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/