Skip to content

Commit f2584c8

Browse files
committed
Update Poetry 2.1.1
1 parent 9014228 commit f2584c8

File tree

5 files changed

+159
-39
lines changed

5 files changed

+159
-39
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Set up poetry
2424
uses: Gr1N/setup-poetry@v9
25+
with:
26+
poetry-version: "2.1.1"
2527

2628
- name: Configure poetry
2729
run: poetry config virtualenvs.in-project true

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: Set up poetry
2626
uses: Gr1N/setup-poetry@v9
27+
with:
28+
poetry-version: "2.1.1"
2729

2830
- name: Build
2931
run: poetry build

.github/workflows/python-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Set up poetry
3232
uses: Gr1N/setup-poetry@v9
33+
with:
34+
poetry-version: "2.1.1"
3335

3436
- name: Configure poetry
3537
run: poetry config virtualenvs.in-project true

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
jobs:
1717
post_create_environment:
1818
# Install poetry
19-
- pip install poetry==1.7.1
19+
- pip install poetry==2.1.1
2020
# Tell poetry to not use a virtual environment
2121
- poetry config virtualenvs.create false
2222
post_install:

0 commit comments

Comments
 (0)