nickderobertis/Get PyPI Latest Version
Get the latest version of a package on PyPI and output it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 9, 2022
- License
- MIT
Pinned Snippet
uses: nickderobertis/pypi-latest-version-action@9bd3dea45db73558238f07887df13c9be3620ed0 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| package | Which package to get the version of | yes | — |
Outputs
| name | description |
|---|---|
| version | The latest version of the requested PyPI package |