From 9b27806b6588acf4a32218a802f0991a39088d51 Mon Sep 17 00:00:00 2001 From: Serge Rabyking Date: Mon, 29 May 2023 04:17:25 +0100 Subject: [PATCH] Try latest cibuildwheel version for CI build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a09dbc69..6892969d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ linux: DOCKER_TLS_CERTDIR: "" script: - 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 parallel: matrix: