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 f2bedd2 commit 86e5b60Copy full SHA for 86e5b60
.github/workflows/pypi.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: "3.9"
16
- name: Install poetry
17
run: |
18
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
+ curl -fsS -o get-poetry.py https://install.python-poetry.org
19
python get-poetry.py -y
20
- name: Publish
21
env:
0 commit comments