We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939a684 commit abb95c8Copy full SHA for abb95c8
build_mac_app.sh
@@ -58,7 +58,7 @@ install_package () {
58
git pull
59
python3 setup.py clean
60
fi
61
- python3 -m pip wheel --no-isolation --wheel-dir=../wheelhouse .
+ python3 -m pip wheel --no-build-isolation --wheel-dir=../wheelhouse .
62
python3 -m pip install --force-reinstall --no-index --no-cache-dir --no-deps --find-links ../wheelhouse ${@: -1}
63
cd ..
64
0 commit comments