fix deps for builder
This commit is contained in:
parent
194b6857cd
commit
84c7d0e255
|
@ -104,7 +104,8 @@ build_dep_wheels:
|
||||||
# show time stats
|
# show time stats
|
||||||
- *time_script
|
- *time_script
|
||||||
# build basic wheels
|
# build basic wheels
|
||||||
- venv/bin/pip wheel --check-build-dependencies -w wheelhouse -r requirements.txt auditwheel twine poetry
|
- venv/bin/pip wheel --check-build-dependencies -w wheelhouse auditwheel twine poetry
|
||||||
|
- venv/bin/pip wheel --check-build-dependencies -w wheelhouse -r requirements.txt
|
||||||
# remove universal wheels (those are probably downloaded from pypi or our repo)
|
# remove universal wheels (those are probably downloaded from pypi or our repo)
|
||||||
- rm -f wheelhouse/*-none-any.whl wheelhouse/*-musllinux_*.whl
|
- rm -f wheelhouse/*-none-any.whl wheelhouse/*-musllinux_*.whl
|
||||||
- ls -l wheelhouse
|
- ls -l wheelhouse
|
||||||
|
|
Loading…
Reference in New Issue