eifinger/Python Setup Rye
Set up and cache rye and add it to the PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of rye to install | — | 0.44.0 |
| checksum | The checksum of the rye version to install | no | — |
| github-token | Used to increase the rate limit when retrieving versions and downloading rye. | no | — |
| enable-cache | Enable caching of .venv | — | false |
| working-directory | The location of the rye project relative to the root of the repository | no | — |
| cache-prefix | Prefix for the cache key | no | — |
| cache-local-storage-path | Local path to store the cache. Will be used instead of the GitHub Actions cache | no | — |
Outputs
| name | description |
|---|---|
| rye-version | The installed rye version. Useful when using latest. |
| cache-hit | A boolean value to indicate a cache entry was found |