Skip to content

Commit 25480b0

Browse files
committed
fix poetry version
1 parent 4274e1d commit 25480b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install Poetry
2020
run: |
21-
curl -sSL https://install.python-poetry.org | python3 -
21+
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
2222
echo "$HOME/.local/bin" >> $GITHUB_PATH
2323
2424
- name: Configure Poetry
@@ -35,4 +35,4 @@ jobs:
3535

3636
- name: Publish package
3737
working-directory: ./pypi
38-
run: poetry publish
38+
run: poetry publish

0 commit comments

Comments
 (0)