diff --git a/check_updates.sh b/check_updates.sh index 6e43913..98af522 100755 --- a/check_updates.sh +++ b/check_updates.sh @@ -16,8 +16,8 @@ if [[ ${retval} -ne 0 ]]; then fi pip3 uninstall -y loaih # build the actual toolkit - python3 setup.py bdist_wheel - pip3 install dist/*.whl; rv=$? + python3 -m build -w + pip3 install dist/loaih*.whl; rv=$? if [[ -d venv ]]; then deactivate fi