Conform pyproject to PEP 621 (#621)

This commit is contained in:
Simon Alibert
2025-02-16 14:28:03 +01:00
committed by GitHub
parent c4c2ce04e7
commit ddeade077e
5 changed files with 1595 additions and 722 deletions

View File

@@ -54,7 +54,7 @@ jobs:
persist-credentials: false
- name: Install poetry
run: pipx install "poetry<2.0.0"
run: pipx install "poetry>=2.1"
- name: Poetry check
run: poetry check
@@ -70,7 +70,7 @@ jobs:
persist-credentials: false
- name: Install poetry
run: pipx install "poetry<2.0.0"
run: pipx install "poetry>=2.1"
- name: Install poetry-relax
run: poetry self add poetry-relax