diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 2a526c4..c13deca 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -49,7 +49,7 @@ jobs: CIBW_SKIP: "*musllinux*" CIBW_ARCHS: "auto64" CIBW_BUILD_VERBOSITY: 1 - 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}" + CIBW_REPAIR_WHEEL_COMMAND_MACOS: "pip install -U delocate && delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} -v {wheel}" CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "pip install -U wheel delvewheel && python fix_windows_wheel.py {wheel} {dest_dir}" CIBW_TEST_REQUIRES: "pytest pytest-qt pytest-xvfb" CIBW_TEST_COMMAND: "python3 -m pytest -vv {project}/pyapr/tests"