v1.0.1
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
- 1da5d96: fix: use mise-en-place in releasing for go and svu (#4) (@Coruscant11)
- 4cda145: fix: do not process SIGINT while child process is running (#3) (@Coruscant11)