Hacker News new | ask | show | jobs
by speakspokespok 490 days ago
Has anyone built pipy packages with `uv`? Does doing so affect the end-user at all?
2 comments

What do you mean by building a pipy package?

If you mean creating and publishing packages to PyPI end users can't tell if you used uv or poetry or something else.

Works fine. But for people on Github for now I recommend using uv only for building distributions and using the official PyPA GitHub action for publishing them to PyPI. This way you can take advantage of attestation, something not yet supported by uv.