Skip to content

Commit 64bab82

Browse files
committed
use pip installed delocate
1 parent cbda9ea commit 64bab82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
CIBW_SKIP: "*musllinux*"
5050
CIBW_ARCHS: "auto64"
5151
CIBW_BUILD_VERBOSITY: 1
52-
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "pip uninstall -y delocate && pip install git+https://github.com/matthew-brett/delocate.git && delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} -v {wheel}"
52+
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "pip install -U delocate && delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} -v {wheel}"
5353
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "pip install -U wheel delvewheel && python fix_windows_wheel.py {wheel} {dest_dir}"
5454
CIBW_TEST_REQUIRES: "pytest pytest-qt pytest-xvfb"
5555
CIBW_TEST_COMMAND: "python3 -m pytest -vv {project}/pyapr/tests"

0 commit comments

Comments
 (0)