Adjusting check_updates.sh to comform to new tooling.
This commit is contained in:
parent
88ede4cb5b
commit
827928b31e
|
@ -16,8 +16,8 @@ if [[ ${retval} -ne 0 ]]; then
|
||||||
fi
|
fi
|
||||||
pip3 uninstall -y loaih
|
pip3 uninstall -y loaih
|
||||||
# build the actual toolkit
|
# build the actual toolkit
|
||||||
python3 setup.py bdist_wheel
|
python3 -m build -w
|
||||||
pip3 install dist/*.whl; rv=$?
|
pip3 install dist/loaih*.whl; rv=$?
|
||||||
if [[ -d venv ]]; then
|
if [[ -d venv ]]; then
|
||||||
deactivate
|
deactivate
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue