-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Request: supporting latest main
branch commit
#74
Comments
abatilo
added a commit
that referenced
this issue
Aug 8, 2024
Related to #74 Add support for installing the latest `main` branch commit of Poetry. * **action.yml** - Add a new condition to check if `poetry-version` is "main". - Add a new step to install the latest `main` branch commit of Poetry if `poetry-version` is "main". - Update the condition for installing specific versions of Poetry to exclude "main". * **.github/workflows/ci.yml** - Add "main" to the `poetry-version` matrix. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/abatilo/actions-poetry/issues/74?shareId=XXXX-XXXX-XXXX-XXXX).
abatilo
added a commit
that referenced
this issue
Aug 8, 2024
Related to #74 Add support for installing the latest `main` branch commit of Poetry. * **action.yml** - Add a new condition to check if `poetry-version` is "main". - Add a new step to install the latest `main` branch commit of Poetry if `poetry-version` is "main". - Update the condition for installing specific versions of Poetry to exclude "main". * **.github/workflows/ci.yml** - Add "main" to the `poetry-version` matrix. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/abatilo/actions-poetry/issues/74?shareId=XXXX-XXXX-XXXX-XXXX).
Hi @jamesbraza. This just got implemented in #75. Could you take a look and if it works how you wanted, please close this issue. |
Yeah that PR looks great, thanks. I will close this out 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would you be open to supporting something like
'main'
forpoetry-version
, which would install the latestmain
branch Poetry commit?The text was updated successfully, but these errors were encountered: