diff --git a/pyproject.toml b/pyproject.toml index 85f9feef..2e3a554a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ before-all = "git clone https://github.com/Chia-Network/mpir_gc_x64.git" environment = {BUILD_VDF_CLIENT="N", SETUPTOOLS_USE_DISTUTILS="stdlib"} repair-wheel-command = """ ls -l mpir_gc_x64 && pip uninstall -y delocate \ -&& pip install --no-isolated-build git+https://github.com/Chia-Network/delocate.git@debug \ +&& pip install --no-build-isolation git+https://github.com/Chia-Network/delocate.git@debug \ && delocate-wheel -v -i mpir_gc_x64/mpir.dll {wheel} \ && delocate-wheel -v -i mpir_gc_x64/mpir_gc.dll {wheel} \ && delocate-wheel -v -i mpir_gc_x64/mpir_broadwell.dll {wheel} \