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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 10, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/maybe-hello-world_pyproject-check-version@cbb988d0ddc5eb18f243b2fd088be84e0c42d053 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pyproject-pathlocation of pyproject fileyes./pyproject.toml
test-regexregex for testing whether destination is test.pypi.org or notno
namedescription
local_version_is_higherTrue if local version is higher than public version
local_versionLocal version of the package
public_versionPublic version of the package
is_testWhether destination is test.pypi.org or not