Skip to content

Releases: matrix-org/setup-python-poetry

1.1.1

25 Apr 11:08
Compare
Choose a tag to compare

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

30 Mar 13:16
aac14af
Compare
Choose a tag to compare

What's Changed

  • Fail if poetry.lock has fallen out of sync with pyproject.toml by @squahtx in #2
  • Allow specifying extras by @DMRobertson in #3

Full Changelog: v1.0.0...v1.1.0

1.0.0

08 Feb 10:48
354f85b
Compare
Choose a tag to compare

Initial version.