Skip to content
Snippets Groups Projects
Commit 092f9a3d authored by Maxence Naud's avatar Maxence Naud
Browse files

Update cibuildwheel_ubuntu.gitlab-ci.yml

parent a5247586
No related branches found
No related tags found
No related merge requests found
...@@ -33,11 +33,12 @@ release:pip:ubuntu: ...@@ -33,11 +33,12 @@ release:pip:ubuntu:
- CIBW_BUILD: "cp310-manylinux_x86_64" - CIBW_BUILD: "cp310-manylinux_x86_64"
- CIBW_BUILD: "cp311-manylinux_x86_64" - CIBW_BUILD: "cp311-manylinux_x86_64"
- CIBW_BUILD: "cp312-manylinux_x86_64" - CIBW_BUILD: "cp312-manylinux_x86_64"
- CIBW_BUILD: "cp313-manylinux_x86_64"
script: script:
- set -x - set -x
- python --version - python --version
- python -m pip install cibuildwheel==2.17.0 - python -m pip install cibuildwheel==2.22.0
- cibuildwheel --output-dir wheelhouse - cibuildwheel --output-dir wheelhouse
- set +x - set +x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment