Skip to content

Commit

Permalink
Use poetry 1.2.2 by default (#14)
Browse files Browse the repository at this point in the history
* Use poetry 1.2.2

AFAICS from https://github.com/python-poetry/poetry/releases this is
backwards-compatible with 1.2.x. Crucially, it's also
forwards-compatible with 1.3.x's new lockfile format (see
python-poetry/poetry#6608)

Fixes #12.

* Drive-by: fix ref. to old setup-python version

Fixes #13. Missed in #11.
  • Loading branch information
David Robertson authored Jan 16, 2023
1 parent 1af735e commit c5014a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Setup Python and Poetry
description: Setup Python and Poetry. Cribbed from snok/install-poetry.
inputs:
python-version:
description: Python version to pass to actions/setup-python@v2.
description: Python version to pass to actions/setup-python@v4.
required: false
default: "3.x"
poetry-version:
description: Poetry version to install via pip.
required: false
default: "1.2.0"
default: "1.2.2"
extras:
description: >
If present, a space separated list of extras to pass to
Expand Down

0 comments on commit c5014a8

Please sign in to comment.