Skip to content

Commit

Permalink
chore: switch delocate back to mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
tyteen4a03 committed Mar 3, 2024
1 parent bf6ac90 commit 95fa634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
CIBW_BEFORE_ALL_MACOS: >
brew install re2 pybind11 ninja
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "pip uninstall -y delocate && pip install git+https://github.com/Chia-Network/delocate.git && delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} -v {wheel}"
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "pip uninstall -y delocate && pip install delocate==0.10.2 && delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} -v {wheel}"
CIBW_BEFORE_ALL_WINDOWS: >
vcpkg install re2:x64-windows
&& vcpkg integrate install
Expand Down

0 comments on commit 95fa634

Please sign in to comment.