We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbda9ea commit 64bab82Copy full SHA for 64bab82
.github/workflows/build-deploy.yml
@@ -49,7 +49,7 @@ jobs:
49
CIBW_SKIP: "*musllinux*"
50
CIBW_ARCHS: "auto64"
51
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}"
+ CIBW_REPAIR_WHEEL_COMMAND_MACOS: "pip install -U delocate && delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} -v {wheel}"
53
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "pip install -U wheel delvewheel && python fix_windows_wheel.py {wheel} {dest_dir}"
54
CIBW_TEST_REQUIRES: "pytest pytest-qt pytest-xvfb"
55
CIBW_TEST_COMMAND: "python3 -m pytest -vv {project}/pyapr/tests"
0 commit comments