Gr1N / setup-poetry

Set up your GitHub Actions workflow with a specific version of Poetry
MIT License
87 stars 14 forks source link

README.md doesn't clearly say what the action does #42

Open eli-b opened 11 months ago

eli-b commented 11 months ago

Does this action only install poetry (with support for requesting a specific version), more or less equivalently to a pip install poetry? Most of the usage examples indicate this.

Does it also create a poetry environment from my pyproject.toml? The caching usage example suggests that.

The beginning of the first sentence of README.md, "This action sets up a Poetry", is unclear.