try to package tools from tools venv

juniorjpdj/pkg-repo
JuniorJPDJ 2022-11-28 00:17:22 +00:00
rodzic 4e98bf303f
commit 0b9f5be811
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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