From 194b6857cd6610da5807ad6e889f795488c0c43c Mon Sep 17 00:00:00 2001 From: JuniorJPDJ Date: Sun, 27 Nov 2022 22:45:52 +0000 Subject: [PATCH] also upload deps of dep builder --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e46d78192..b70625463 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ build_dep_wheels: # show time stats - *time_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 -r requirements.txt auditwheel twine poetry # remove universal wheels (those are probably downloaded from pypi or our repo) - rm -f wheelhouse/*-none-any.whl wheelhouse/*-musllinux_*.whl - ls -l wheelhouse