lfreleng-actions/📦 PyPI Package Check
Checks PyPI for a given package (and optional build/release)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/pypi-version-check-action@d8e60417104f4b8d81f2f68fd2a7c506627e18bd # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| PACKAGE_NAME | Python package name | yes | — |
| PACKAGE_VERSION | Package build/version/tag | no | — |
| INDEX_URL | Package index search URL | no | https://pypi.org/simple |
| PRE_RELEASE | Permit querying development and pre-release versions | no | false |
| EXIT_ON_FAIL | Exit with error on failure | no | false |
Outputs
| name | description |
|---|---|
| PACKAGE_MATCH | Set true when package exists in index |
| VERSION_MATCH | Set true when web package/version exists |