diff --git a/tools/install-python-wheel.sh b/tools/install-python-wheel.sh index c51dd757..1e416cc1 100755 --- a/tools/install-python-wheel.sh +++ b/tools/install-python-wheel.sh @@ -1,3 +1,4 @@ #!/bin/bash # Builds and installs Python wheel for local testing +rm -f dist/*.whl python -m build --wheel && pip install --user --break-system-packages --force-reinstall dist/*.whl