pronovic/Setup and Install Poetry
Install and set up the Poetry build tool
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Jan 6, 2025
- License
- Apache 2.0
Pinned Snippet
uses: pronovic/setup-poetry@77c7590db62e7221cc94638261eba8a4c99558de # v2.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of Poetry to install (>= 1.8.0) | yes | — |
| plugins | Comma-separated list of Poetry plugins to install, deprecated for Poetry v2 or later | no | "" |
| cache-venv | Whether to cache the project .venv virtual environment | no | false |
| cache-poetry | Whether to cache the Poetry runtime and cache directories | no | false |
| cache-suffix | Suffix to use for cache key, which can be used to reset the cache | no | 000 |
| max-workers | Maximum number of Poetry workers, if default of cores*4 is too large | no | "" |
| disable-keyring | Whether to globally disable the Python keyring via Poetry configuration | no | true |
Outputs
no outputs