Skip to content

Commit

Permalink
docs: Revert everything to v3
Browse files Browse the repository at this point in the history
Let's pretend that v4 doesn't exist now, as of #87.
  • Loading branch information
abatilo committed Jan 10, 2025
1 parent 65c61ea commit b8f6fe2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ GitHub Actions for Python projects using poetry

## Getting started

### Breaking changes for v4

As of #82, we've removed the changes that were in v3, since `pipx` is installed
on recent versions of GitHub Action runners by default.

### Breaking changes for v3

We've started installing `poetry` with `pipx` to keep the installed artifacts
Expand Down Expand Up @@ -50,7 +45,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v4
uses: abatilo/actions-poetry@v3
with:
poetry-version: ${{ matrix.poetry-version }}
- name: View poetry --help
Expand Down

0 comments on commit b8f6fe2

Please sign in to comment.