actions-marketplace-validations/Python project version check
Compare Python package version from pyproject.toml and PyPI release and return true if local version is higher.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 10, 2023
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/maybe-hello-world_pyproject-check-version@cbb988d0ddc5eb18f243b2fd088be84e0c42d053 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pyproject-path | location of pyproject file | yes | ./pyproject.toml |
| test-regex | regex for testing whether destination is test.pypi.org or not | no | — |
Outputs
| name | description |
|---|---|
| local_version_is_higher | True if local version is higher than public version |
| local_version | Local version of the package |
| public_version | Public version of the package |
| is_test | Whether destination is test.pypi.org or not |