-
Notifications
You must be signed in to change notification settings - Fork 0
INSTALLATION
github-actions[bot] edited this page Mar 4, 2026
·
1 revision
Python >= 3.11 is required.
uv add python-package-folder
# or
pip install python-package-folderNote: For publishing functionality, you'll also need twine:
pip install twine
# or
uv add twineFor secure credential storage: keyring is optional but recommended (install with pip install keyring)
For automatic version resolution: The tool uses a Python-native implementation that requires no additional dependencies. It follows Angular Commit Message Conventions as used by semantic-release.