Skip to content

Commit 7eb1dbf

Browse files
committed
python publish workflow poetry fix
1 parent 3c2941c commit 7eb1dbf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
with:
2121
python-version: '3.x'
2222

23-
- name: Bootstrap poetry
24-
run: |
25-
curl -sL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - -y
26-
echo "$HOME/.local/bin" >> $GITHUB_PATH
23+
- name: Set up poetry
24+
uses: Gr1N/setup-poetry@v8
2725

2826
- name: Build
2927
run: poetry build

0 commit comments

Comments
 (0)