-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: by default use the latest poetry version #62
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing! Can we move the if
expression to be above the run
? I believe this makes it feel more natural to read for other programmers.
Sure, no problem. But I think merging your suggestions didn't work as expected. Give me a moment to resolve the issue. |
Oh, you're totally right. The diff engine merged everything super strangely based on the comment suggestions. Thanks for fixing! Please re-request review when it's ready! |
Now it should work ;) |
🎉 This PR is included in version 2.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Hello,
with this PR the input variable
poetry-version
is no longer a required parameter.By default the latest version of Poetry will be installed. If a user requires a specific version, it still can be specified with the
poetry-version
variable like before.