abatilo / actions-poetry

GitHub Actions for Python projects using poetry
MIT License
423 stars 40 forks source link

feat: by default use the latest poetry version #62

Closed mammo0 closed 1 year ago

mammo0 commented 1 year ago

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.

mammo0 commented 1 year ago

Can we move the if expression to be above the run?

Sure, no problem. But I think merging your suggestions didn't work as expected. Give me a moment to resolve the issue.

abatilo commented 1 year ago

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!

mammo0 commented 1 year ago

Now it should work ;)

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.3.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: