also upload deps of dep builder

This commit is contained in:
JuniorJPDJ 2022-11-27 22:45:52 +00:00
parent 1b582e5ac6
commit 194b6857cd
1 changed files with 1 additions and 1 deletions

View File

@ -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