actions-rindeal/Poetry Installer
Fast, efficient Poetry setup with caching for Python projects. Supports version specification and auto-updates.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 4, 2026
- License
- GPL 3.0
Pinned Snippet
uses: actions-rindeal/setup-poetry@2503f0ea0bd430d55dec7ae3288df7de21bafd9f # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| poetry-version | Poetry version to install. | — | latest |
Outputs
| name | description |
|---|---|
| poetry-version | Installed Poetry version. |
| poetry-path | TODO |
| cache-hit | Whether the Poetry cache was used. |