Releases: matrix-org/setup-python-poetry
Releases · matrix-org/setup-python-poetry
v1.2.2
v1.2.1
What's Changed
- Add option to not install the project by @erikjohnston in #18
Full Changelog: v1...v1.2.1
v1.2.0
What's Changed
- Allow using Poetry dependency groups (
--with
). (#16).
Full Changelog: v1.1.6...v1.2.0
v1.1.6
v1.1.5
What's Changed
- Deal with Github Actions deprecation warnings by @DMRobertson in #11
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Update default poetry version to 1.2.0 by @erikjohnston in #8.
Full Changelog: v.1.1.3...v1.1.4
v.1.1.3
What's Changed
- Fix being unable to install with no
extras
by @DMRobertson in #6
Full Changelog: v1.1.2...v.1.1.3
v1.1.2
What's Changed
- Install deps and project in one go by @DMRobertson in #4. This fixes optional extras getting uninstalled when using poetry 1.2 betas.
Full Changelog: v1.1.1...v1.1.2
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