Skip to content

Commit

Permalink
edit-toml
Browse files Browse the repository at this point in the history
  • Loading branch information
takuya576 committed Mar 22, 2024
1 parent 6545fc4 commit 72adff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ where = [""]
manylinux-x86_64-image = "manylinux_2_28"

#[tool.cibuildwheel.linux]
# repair-wheel-command = "auditwheel -v repair -w {dest_dir} {wheel}"
repair-wheel-command = "auditwheel -v repair -w {dest_dir} {wheel}"
#repair-wheel-command = ["auditwheel", "repair", "-w", "{dest_dir}", "{wheel}"]
repair-wheel-command = ["auditwheel", "repair", "{wheel}", "--wheel-dir", "{dest_dir}"]
#repair-wheel-command = ["auditwheel", "repair", "{wheel}", "--wheel-dir", "{dest_dir}"]

0 comments on commit 72adff7

Please sign in to comment.