kevinrohn/Fetch PyPi package version
A GitHub Action to retrieve package version information from PyPI and TestPyPI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-name | The name of the package to check for the latest version | yes | — |
| endpoint | Use PyPi or PyPi test instance - options: pypi, testpypi | no | pypi |
Outputs
| name | description |
|---|---|
| latest-version | The latest version of the package |
| all-releases | All releases of the package |