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 d342f68 commit 9a9485bCopy full SHA for 9a9485b
1 file changed
.github/workflows/build-python-wheels.yml
@@ -114,6 +114,8 @@ jobs:
114
# link shared libhwloc
115
CIBW_CONFIG_SETTINGS_MACOS: >
116
cmake.define.AUXILIARY_LIBRARIES=dependencies/lib/libhwloc.15.dylib
117
+ CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
118
+ delocate-wheel --require-archs {delocate_archs} -L /Users/runner/work/Uno/Uno/dependencies/lib -w {dest_dir} -v {wheel}
119
# Skip some builds
120
CIBW_SKIP: cp36-* cp37-* cp*-*_i686 pp* *-win32
121
0 commit comments