Add standard badges for license and Python version. PyPI badges are commented out until the package is published.
Co-authored-by: Claude Sonnet 4.5 noreply@anthropic.com
- ci: Remove build_command from semantic-release config
(
d2cc03f)
The python-semantic-release action runs in a Docker container where uv is not available. Let the workflow handle building instead.
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
-
Add PyPI publish and auto-release workflows (
992fa64) -
publish.yml: Triggered on tags, publishes to PyPI - release.yml: Auto-bumps version on PR merge, creates tags
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
- Switch to python-semantic-release for automated versioning
(
3975bfc)
Replaces manual commit parsing with python-semantic-release: - Automatic version bumping based on conventional commits - feat: -> minor, fix:/perf: -> patch - Creates GitHub releases automatically
- Publishes to PyPI on release
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com