From 3c006c9a94220997f89143ff24f2ef077917d014 Mon Sep 17 00:00:00 2001 From: Robert Taylor Date: Sun, 11 Dec 2022 02:20:07 +0000 Subject: [PATCH] Split out python versions in CI --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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/