Skip to content

Commit

Permalink
Update default poetry version to 1.2.0 (#8)
Browse files Browse the repository at this point in the history
Mostly as this will make my life easier for adding in Rust, where in poetry 1.1.* you need to manually upgrade `setuptools`
  • Loading branch information
erikjohnston authored Sep 1, 2022
1 parent 1417468 commit b4b0ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
poetry-version:
description: Poetry version to install via pip.
required: false
default: "1.1.12"
default: "1.2.0"
extras:
description: >
If present, a space separated list of extras to pass to
Expand Down

0 comments on commit b4b0ae0

Please sign in to comment.