Skip to content

Commit

Permalink
custom delocate
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jan 9, 2024
1 parent 0d50884 commit 3384dcc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 3384dcc

Please sign in to comment.