diff --git a/pyproject.toml b/pyproject.toml index 05d52525..826a5979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -354,6 +354,11 @@ repair-wheel-command = """delvewheel repair -w {dest_dir} {wheel} --namespace-pk --exclude mqt-core-zx.dll""" environment = { CMAKE_ARGS = "-T ClangCL" } +[[tool.cibuildwheel.overrides]] +select = "cp312-*" +inherit.repair-wheel-command = "append" +repair-wheel-command = "uvx abi3audit --strict --report {wheel}" + [tool.uv] required-version = ">=0.5.20"