Skip to content

Add auto version bump workflow on tagged releases#149

Merged
Bucknalla merged 1 commit intomainfrom
feature/auto-version-bump
Feb 18, 2026
Merged

Add auto version bump workflow on tagged releases#149
Bucknalla merged 1 commit intomainfrom
feature/auto-version-bump

Conversation

@Bucknalla
Copy link
Collaborator

Summary

  • Adds a new update-version.yml workflow that triggers on v* tag pushes and automatically updates pyproject.toml on main to match the tag version
  • Updates python-publish.yml to set the version from the tag in the working directory before building, replacing the old version mismatch check
  • Bumps actions/checkout to v4 and actions/setup-python to v5

Test plan

  • Push a test tag (e.g. v0.0.0-test) to a fork and verify both workflows trigger independently
  • Confirm update-version workflow commits the correct version to main
  • Confirm deploy workflow builds the package with the correct version from the tag

🤖 Generated with Claude Code

New update-version.yml workflow triggers on v* tag pushes and updates
pyproject.toml on main to match the tag version. The publish workflow
now sets the version from the tag in-place before building, replacing
the old version mismatch check. Also bumps action versions to v4/v5.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Bucknalla Bucknalla merged commit 43c7f8d into main Feb 18, 2026
5 checks passed
@Bucknalla Bucknalla deleted the feature/auto-version-bump branch February 18, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments