From 6e70961232955fd865243a08f50f546da12c85d5 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Tue, 9 Jan 2024 16:32:30 -0500 Subject: [PATCH] script fixes --- pyproject.toml | 2 +- scripts/custom_delocate_wheel.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/custom_delocate_wheel.py diff --git a/pyproject.toml b/pyproject.toml index 800246e5..ebeebe3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,6 @@ auditwheel repair -w {dest_dir} {wheel} --exclude libtableauhyperapi.so [tool.cibuildwheel.macos] repair-wheel-command = """ -./scripts.custom_delocate_wheel --require-archs {delocate_archs} +./scripts/custom_delocate_wheel.py --require-archs {delocate_archs} -w {dest_dir} -v {wheel} """ diff --git a/scripts/custom_delocate_wheel.py b/scripts/custom_delocate_wheel.py old mode 100644 new mode 100755