actions-marketplace-validations/Check conda for release candidates
Identify whether a recent release candidate has been published on conda.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| channel | Channel where the package is found. | yes | conda-forge |
| package | Package name | yes | — |
| ndays | Max number of days to search for release candidates. | yes | 7 |
| labels | Space-separated list of conda labels where RCs are found. | yes | main |
Outputs
| name | description |
|---|---|
| has_rc | Whether there is a release candidate for this package. |