Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 5a51f38

Browse files
committed
Poetry: Upgrade version
This is because poetry 1.1.x and removes setuptools which fails the build
1 parent f9ae4b7 commit 5a51f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Install Poetry
4343
run: |
44-
pip install poetry==1.1.13
44+
curl -sSL https://install.python-poetry.org | python3 -
4545
poetry install
4646
4747
- name: Build Release Archive

0 commit comments

Comments
 (0)