Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Mar 8, 2024
1 parent 51144af commit 602dd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --upgrade 'setuptools<69' \
&& pip install --force-reinstall setuptools==68.2.2 \
&& pip install git+https://github.com/Chia-Network/delocate.git \
&& delocate-wheel -v -i mpir_gc_x64/mpir.dll {wheel} \
&& delocate-wheel -v -i mpir_gc_x64/mpir_gc.dll {wheel} \
Expand Down

0 comments on commit 602dd90

Please sign in to comment.