top | item 44383748

Easily building self-contained Python executables with uv

8 points| erdaniels | 8 months ago |github.com

1 comment

order

erdaniels|8 months ago

I was getting frustrated trying to figure out how to get a wheel and pex built in my work's uv monorepo/workspace. I've been used to how easy it is to build a go binary for any platform. Anyway, once I figured it out, I figured I should publish my cleaned up findings. This is great for deploying self-contained python executables and not needing to worry about any packaging non-sense at runtime.