repairing macos wheel

This commit is contained in:
Thomas Ferreira de Lima 2023-02-11 00:36:31 -05:00
parent 7c6ac22c51
commit 83ffe53433
1 changed files with 3 additions and 3 deletions

View File

@ -24,6 +24,6 @@ before-build = "ccache -s"
environment-pass = ["HOST_CCACHE_DIR"]
[tool.cibuildwheel.macos]
# Don't repair macOS wheels
repair-wheel-command = ""
before-all = "brew deps --tree --installed"
before-all = "brew deps --tree --installed"
# Repair macOS wheels (include libpng with the wheel, for example)
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v --ignore-missing-dependencies {wheel}"