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

feat: Support latest main branch commit for poetry-version #75

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

abatilo
Copy link
Owner

@abatilo abatilo commented 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.

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 abatilo changed the title Support latest main branch commit for poetry-version feat: Support latest main branch commit for poetry-version Aug 8, 2024
@abatilo abatilo merged commit 3fde3e5 into master Aug 8, 2024
89 checks passed
@abatilo abatilo deleted the support-main-branch branch August 8, 2024 17:14
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

Successfully merging this pull request may close these issues.

1 participant