Nice to have in pipx
2026-04-27
pipx install
- python-semantic-release
- sphinx
- ruff
- build
- twine
FYI: Share your pipx list on Reddit
uv / uvx alternatives
- uv build # build using project environment
- uvx twine check dist/* # ephemeral execution
- uvx twine upload dist/*
Note: Prefer pipx-installed tools for daily use; use uvx for ad-hoc or CI-style execution.