Skip to content

Commit 97d5e0f

Browse files
committed
Update poetry in workflows
1 parent 9dbf25b commit 97d5e0f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up poetry
2424
uses: Gr1N/setup-poetry@v9
2525
with:
26-
poetry-version: "2.1.1"
26+
poetry-version: "2.2.1"
2727

2828
- name: Configure poetry
2929
run: poetry config virtualenvs.in-project true

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up poetry
2626
uses: Gr1N/setup-poetry@v9
2727
with:
28-
poetry-version: "2.1.1"
28+
poetry-version: "2.2.1"
2929

3030
- name: Build
3131
run: poetry build

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up poetry
3232
uses: Gr1N/setup-poetry@v9
3333
with:
34-
poetry-version: "2.1.1"
34+
poetry-version: "2.2.1"
3535

3636
- name: Configure poetry
3737
run: poetry config virtualenvs.in-project true

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
jobs:
1717
post_system_dependencies:
1818
- asdf plugin-add poetry
19-
- asdf install poetry 2.1.1
20-
- asdf global poetry 2.1.1
19+
- asdf install poetry 2.2.1
20+
- asdf global poetry 2.2.1
2121
post_install:
2222
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --no-interaction --with docs

0 commit comments

Comments
 (0)