From 03e5167ee155f86ca7717ef7fc5c7a6ec03e8f73 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Fri, 20 Sep 2024 01:19:20 +0200 Subject: [PATCH] fix failure message --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c14009fb..31cc37b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ if.any.env.CONDA_BUILD = true if.any.env.PIWHEELS_BUILD = true if.any.env.RAPIDFUZZ_BUILD_EXTENSION = true wheel.cmake = true -error-message = "failed to build C++ Extension in a packaged build" +messages.after-failure = "failed to build C++ Extension in a packaged build" [tool.scikit-build.metadata.version] provider = "scikit_build_core.metadata.regex"