From 6b32c6e67817138218b7c3e3519f5fbd5c8ba5f3 Mon Sep 17 00:00:00 2001 From: trns1997 Date: Tue, 14 Apr 2026 16:53:35 +0200 Subject: [PATCH] abi3audit on repaired wheel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]