Skip to content

Commit

Permalink
[chore] prepare for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr1N committed Oct 7, 2020
1 parent df814dd commit 462ac83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v3
- uses: Gr1N/setup-poetry@v4
- run: poetry --version
```
Expand All @@ -33,7 +33,7 @@ steps:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v3
- uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.0
- run: poetry --version
Expand All @@ -47,7 +47,7 @@ steps:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v3
- uses: Gr1N/setup-poetry@v4
with:
poetry-preview: true
- run: poetry --version
Expand All @@ -61,7 +61,7 @@ steps:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v3
- uses: Gr1N/setup-poetry@v4
- uses: actions/cache@v1
with:
path: ~/.cache/pypoetry/virtualenvs
Expand All @@ -83,7 +83,7 @@ steps:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v3
- uses: Gr1N/setup-poetry@v4
- run: poetry --version
env:
POETRY_VIRTUALENVS_PATH: /path/to/virtualenvs/directory
Expand Down

0 comments on commit 462ac83

Please sign in to comment.