diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87a866ae..7f9512c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/