We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0849da commit 59d5bf3Copy full SHA for 59d5bf3
.github/workflows/upload-to-pypi.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ${{ matrix.python-version }}
20
21
- name: Install poetry
22
- run: make poetry-download
+ run: curl -sSL https://install.python-poetry.org | python3 -
23
24
- name: Set up cache
25
uses: actions/cache@v2.1.6
0 commit comments