p6m-actions/Python UV Cut Tag
GitHub Action for cutting versioned tags for Python projects using UV
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version-level | Version level to bump (patch, minor, or major) | no | patch |
| pyproject-path | Path to pyproject.toml file | no | pyproject.toml |
Outputs
| name | description |
|---|---|
| version | The new version number |
| tag | The new tag that was created |