v1.0.2
Installation
Recommended: Install uvbox from PyPI:
# With uv
uv add --dev uvbox
# With pip
pip install uvboxInstalling from PyPI automatically includes Go and nfpm as dependencies, so you don't need to install them separately.
Alternatively, you can download the pre-built binaries below for your platform.
Changelog
- 206eec8: fix: windows executable was wrongly named uvbox.exe.exe (#8) (@Coruscant11)