Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: abatilo/actions-poetry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: abatilo/actions-poetry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on May 27, 2024

  1. 1 Configuration menu
    Copy the full SHA
    d79ef3c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. 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).
    abatilo authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3fde3e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. fix: ubuntu pipx installation by calling pip from python3 (#71)

    Signed-off-by: Tiago Reis <tiagovrtreis@gmail.com>
    tiagovrtr authored and abatilo committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    2a40fbe View commit details
    Browse the repository at this point in the history
  2. ci: Update test matrix (#77)

    It's been a long time since I've updated the test matrix. Python 3.8 has
    been end of lifed for a while.
    abatilo committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    17e9087 View commit details
    Browse the repository at this point in the history
  3. ci: bump node version (#78)

    abatilo authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e78f54a View commit details
    Browse the repository at this point in the history
Loading