From 0d13a035335a2aaaa3d1e53b61d409c9f724413d Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Tue, 24 Sep 2024 15:27:45 -0400 Subject: [PATCH] Fix file permissions --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1f6d7518..c43a804f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,6 +89,7 @@ line-length = 88 # Note that we also hard-code /project as the root, even though the # CIBUILDWHEEL docs suggest we should be using {project} ??? # https://github.com/pypa/cibuildwheel/issues/1931 +before-build = "chmod 755 /project/subprojects/tableauhyperapi-cxx-linux-x86_64-release-main.0.0.20027.rcc745c2c/lib/hyper/hyperd" repair-wheel-command = """ LD_LIBRARY_PATH=/project/subprojects/tableauhyperapi-cxx-linux-x86_64-release-main.0.0.20027.rcc745c2c/lib:$LD_LIBRARY_PATH auditwheel repair -w {dest_dir} {wheel} """