Skip to content

Commit

Permalink
script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jan 9, 2024
1 parent 2c20a8d commit 6e70961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
"""
Empty file modified scripts/custom_delocate_wheel.py
100644 → 100755
Empty file.

0 comments on commit 6e70961

Please sign in to comment.