Commit c085e54
Add Python Semantic Release for automated releases (#27)
* Add Python Semantic Release for automated version management
- 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>
* Make release workflow DRY by reusing CI workflow
- 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>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 803c2fc commit c085e54
File tree
5 files changed
+1372
-107
lines changed- .github/workflows
5 files changed
+1372
-107
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
6 | 15 | | |
7 | 16 | | |
8 | | - | |
9 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
11 | 29 | | |
12 | 30 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 31 | | |
17 | | - | |
| 32 | + | |
| 33 | + | |
18 | 34 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
23 | 39 | | |
24 | | - | |
25 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
26 | 44 | | |
27 | 45 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 46 | + | |
| 47 | + | |
0 commit comments