Skip to content

Commit

Permalink
Fix exception call
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Dec 11, 2024
1 parent 200b919 commit f0cfe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packse/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0cfe1f

Please sign in to comment.