conormacbride/Stale Package
GitHub Action to find a Python package's publication date and fail if stale
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| package | Package name | yes | — |
| best-before | Fail if the package is older than this date (or number of days) | no | 365 |
| index | Index to extract publication date from | no | pypi |
Outputs
| name | description |
|---|---|
| version | Version of installed package |
| date-published | Date installed package was published |