Skip to content
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

Closed
jamesbraza opened this issue Jun 19, 2024 · 2 comments
Closed

Request: supporting latest main branch commit #74

jamesbraza opened this issue Jun 19, 2024 · 2 comments

Comments

@jamesbraza
Copy link
Contributor

Would you be open to supporting something like 'main' for poetry-version, which would install the latest main branch Poetry commit?

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).
@abatilo
Copy link
Owner

abatilo commented Aug 8, 2024

Hi @jamesbraza. This just got implemented in #75. Could you take a look and if it works how you wanted, please close this issue.

@jamesbraza
Copy link
Contributor Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants