From 0b9f5be81157a92f36b71edc1fdd8ccd32129ff6 Mon Sep 17 00:00:00 2001 From: JuniorJPDJ Date: Mon, 28 Nov 2022 00:17:22 +0000 Subject: [PATCH] try to package tools from tools venv --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8df70ca21..f6595f9c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ build_dep_wheels: script: # build basic wheels - venv/bin/pip wheel --check-build-dependencies -w wheelhouse -r requirements.txt - - venv/bin/pip wheel --check-build-dependencies -w wheelhouse auditwheel twine poetry pip wheel + - tools/bin/pip wheel --check-build-dependencies -w wheelhouse auditwheel twine poetry pip wheel # remove universal wheels (those are probably downloaded from pypi or our repo) - rm -f wheelhouse/*-none-any.whl wheelhouse/*-musllinux_*.whl - ls -l wheelhouse