diff --git a/pyproject.toml b/pyproject.toml index 107dc6dc..c2207057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ before-all = [ ] repair-wheel-command = [ "auditwheel repair --zip-compression-level=9 -w {dest_dir} {wheel}", - "pipx run abi3audit --strict --report {wheel}", + "pipx run abi3audit --strict --report {dest_dir}/*.whl", ] [tool.ruff]