Add Python Semantic Release for automated releases#27
Merged
msch-nutrient merged 2 commits intomainfrom Jun 23, 2025
Merged
Conversation
- Add python-semantic-release dependency via pixi - Configure PSR in pyproject.toml with version tracking and changelog generation - Update release workflow to use manual dispatch with patch/minor/major options - Run full test suite (linting, type checking, unit tests, integration tests) before release - Use pixi for package management in GitHub Actions - Implement PSR for automated version bumping and tagging - Maintain PyPI trusted publishing for secure releases 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add workflow_call trigger to CI workflow for reusability - Update integration tests to run on workflow_call events - Release workflow now calls CI workflow instead of duplicating steps - Simplified release job to only handle semantic release and PyPI publishing - Maintains all quality checks while reducing code duplication 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
msch-nutrient
added a commit
that referenced
this pull request
Jun 23, 2025
This reverts commit c085e54.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes Made
python-semantic-release>=9.0.0via pixipyproject.tomlfor version tracking, commit messages, and changelog generation.github/workflows/release.ymlto use manual dispatch with version level selectionTest Plan
Usage
After merge, releases can be created by:
🤖 Generated with Claude Code