We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2941c commit 7eb1dbfCopy full SHA for 7eb1dbf
1 file changed
.github/workflows/python-publish.yml
@@ -20,10 +20,8 @@ jobs:
20
with:
21
python-version: '3.x'
22
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
+ - name: Set up poetry
+ uses: Gr1N/setup-poetry@v8
27
28
- name: Build
29
run: poetry build
0 commit comments