From f0cfe1f6200a917054b2b29bf4c41779b5f7c1ab Mon Sep 17 00:00:00 2001 From: konstin Date: Wed, 11 Dec 2024 12:27:16 +0100 Subject: [PATCH] Fix exception call --- src/packse/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packse/build.py b/src/packse/build.py index 1917f706..1b3be4f9 100644 --- a/src/packse/build.py +++ b/src/packse/build.py @@ -327,7 +327,7 @@ def build_package_distributions( default_tag_wheel = dist break if not default_tag_wheel: - raise BuildError("No wheel found with tag `py3-none-any`.") + raise BuildError("No wheel found with tag `py3-none-any`", "") # Since we always build a universal wheel, we just create copies of it for other platforms # which means we're lying about the compatibility of the wheel but it will always be installable