Build Python packages into source distributions and wheels. More information: https://docs.astral.sh/uv/reference/cli/#uv-build.
uv build
uv build {{path/to/directory}}
uv build --wheel
uv build --sdist
uv build {{[-o|--out-dir]}} {{path/to/output}}
uv build --package {{package_name}}
uv build {{[--all|--all-packages]}}
uv build {{[-p|--python]}} {{python3.11}}