Claude/auto version pypi 0161 dc y6 pu1 zn s ejpxk y df1x#16
Merged
conradbez merged 2 commits intoclaude/add-diff-strategy-code-0161DcY6PU1ZnSEjpxkYDf1xfrom Nov 27, 2025
Conversation
This commit implements automatic version management and PyPI publishing: **Changes:** - Updated pyproject.toml to use dynamic versioning via hatch-vcs - Version now derived from git tags instead of hardcoded value - Split workflow into separate test and publish jobs - Added automatic tag creation on every push to main (patch bump) - Auto-publish to PyPI when tag is created - Create GitHub releases automatically with changelog **How it works:** 1. Every push to main runs tests 2. Tests pass → auto-creates new tag (v0.1.58 → v0.1.59) 3. Tag creation triggers build with version from tag 4. Package automatically published to PyPI 5. GitHub release created with changelog **Benefits:** - No manual version updates needed - Version controlled via git tags - Only publishes on tagged releases - Prevents accidental publishes - Automated release notes To manually trigger a specific version bump: - Patch: git commit -m "fix: bug fix" - Minor: git commit -m "feat: new feature" - Major: git commit -m "feat!: breaking change"
- Added How It Works section explaining auto-deploy flow - Added Initial Setup instructions for creating first tag - Added Manual Version Bumps section for semantic versioning - Moved old manual process to collapsed section for reference
9c82ce3
into
claude/add-diff-strategy-code-0161DcY6PU1ZnSEjpxkYDf1x
2 of 4 checks passed
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.
No description provided.