From 3384dccbd0b586c7ff903577a3667b6b83ace234 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Tue, 9 Jan 2024 15:25:07 -0500 Subject: [PATCH] custom delocate --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fcb4d88..62c569f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,4 +72,9 @@ test-requires = ["pytest"] line-length = 88 [tool.cibuildwheel.linux] -repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel} --exclude libtableauhyperapi.so" +repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel} " + "--exclude libtableauhyperapi.so" + +[tool.cibuildwheel.macos] +repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} " + "-v {wheel} --exclude libtableauhyperapi.dylib'