diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c2606707d16cd401e575354a1cbb99a11451ff8..8e86900c93e233694837c8a5f8db79e8465c6387 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,7 @@ release:pip:ubuntu: CUDA_MAJOR_VERSION='11' CUDA_MINOR_VERSION='8' SEARCH_PATH='/home/ubuntu/builds/$CI_RUNNER_SHORT_TOKEN/$CI_CONCURRENT_ID' + CIBW_REPAIR_WHEEL_COMMAND='' parallel: matrix: diff --git a/pyproject.toml b/pyproject.toml index 911af058463e100bc35453315919ec8bda3f2845..b51d1fe99a7fa1532e502155a8e9e69b62fac466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,8 @@ test-command = "pytest {project}/aidge_backend_cuda/unit_tests" # "cp310-manylinux_x86_64" # ] +repair-wheel-command = "" + [tool.cibuildwheel.container-engine] # pass command line options to 'docker run' name = "docker"