Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support latest main branch commit for poetry-version (#75)
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).
- Loading branch information