lfreleng-actions/🐍 Check Pushed Tag Matches Project Version
Checks a pushed tag matches the declared Python project version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/python-project-tag-push-verify-action@f55105a6dfbf71b81687800473a54c24de690559 # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| exit_on_fail | When set true will exit with error on version mismatch | no | true |
| path_prefix | Directory location containing project code | no | — |
| test_tag | Undocumented test input/value | no | — |
Outputs
| name | description |
|---|---|
| match | Set true when pushed tags match Python project metadata |
| matched_tag | Matched tag/version value |