We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585f53b commit 9f25a23Copy full SHA for 9f25a23
.github/workflows/pypi.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: packetcoders/action-setup-cache-python-poetry@main
20
with:
21
python-version: 3.13
22
- poetry-version: 2.1.1
+ poetry-version: 2.2.1
23
- name: Mint token
24
id: mint
25
uses: tschm/[email protected]
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install project
run: poetry install
- name: Run pytest
0 commit comments