Skip to content

Commit 238da8a

Browse files
committed
fix
1 parent 49f2f8f commit 238da8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

light-curve/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ test-extras = ["test-no-bench"]
222222
[[tool.cibuildwheel.overrides]]
223223
select = "*"
224224
inherit.repair-wheel-command = "append"
225-
repair-wheel-command = "pipx --python=python3.12 run abi3audit --strict --report {wheel}"
225+
repair-wheel-command = "pipx run --python=python3.12 abi3audit --strict --report {wheel}"

0 commit comments

Comments
 (0)