rehborn/uv version bump
Bump version with uv and git tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 13, 2026
- License
- MIT
Pinned Snippet
uses: rehborn/uv-version-bump-action@6def1d7e72745fabb30e53a043e122d0e28e5617 # v0.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| bump | Version Bump (major, minor, patch + alpha, beta, rc, post, and dev, ie "minor dev") | no | minor |
| github_token | GITHUB_TOKEN for updating pyproject.toml and uv.lock and pushing version as tag | — | ${{ github.token }} |
| branch | repository branch | — | main |
| commit_message | git commit message | — | bump to version |
| commit_user | commit user | — | github-actions[bot] |
| commit_email | commit email | — | github-actions[bot]@users.noreply.github.com |
| remote_host | git remote host | — | github.com |
| tag_message | git tag message | — | version |
| tag_prefix | prefix for git tag | — | "" |
Outputs
| name | description |
|---|---|
| VERSION | VERSION |