Skip to content

Commit 9f25a23

Browse files
⬆️ poetry 2.2 in gh actions.
1 parent 585f53b commit 9f25a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: packetcoders/action-setup-cache-python-poetry@main
2020
with:
2121
python-version: 3.13
22-
poetry-version: 2.1.1
22+
poetry-version: 2.2.1
2323
- name: Mint token
2424
id: mint
2525
uses: tschm/[email protected]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: packetcoders/action-setup-cache-python-poetry@main
1919
with:
2020
python-version: 3.13
21-
poetry-version: 2.1.1
21+
poetry-version: 2.2.1
2222
- name: Install project
2323
run: poetry install
2424
- name: Run pytest

0 commit comments

Comments
 (0)