Open lengau opened 1 month ago
I'm not opposed to including these checks in uv, but ideally, these checks would already be performed by the build backed: We should error when building the wheel, ideally locally, instead of only failing during a publish run (on CI).
To go along with
uv publish
, it would be great if we could check our wheel files liketwine check
.Most important would be errors like:
(Personally this is very low priority for my team as running
uvx twine check
isn't exactly a slow task.)