Skip to content

Commit fd7f0dc

Browse files
committed
chore: fix poetry version during wheel build
1 parent 2e7d5eb commit fd7f0dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.9
17-
- uses: abatilo/actions-poetry@v3.0.1
17+
- uses: abatilo/actions-poetry@v4.0.0
1818
with:
19-
poetry-version: 1.5.1
19+
poetry-version: 2.1.3
2020
- name: Run poetry build
2121
run: poetry build
2222
- name: Run poetry publish

0 commit comments

Comments
 (0)