Releases: matrix-org/setup-python-poetry
Releases · matrix-org/setup-python-poetry
1.1.1
Use pip list
rather than poetry show
at the end of installation. This is more useful for debugging because it's easier to see the precise contents of the virtualenv.
Full Changelog: v1.1.0...v1.1.1
1.1.0
What's Changed
- Fail if
poetry.lock
has fallen out of sync withpyproject.toml
by @squahtx in #2 - Allow specifying extras by @DMRobertson in #3
Full Changelog: v1.0.0...v1.1.0
1.0.0
Initial version.