Skip to content

Commit 86e5b60

Browse files
committed
changed poetry install script
1 parent f2bedd2 commit 86e5b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: "3.9"
1616
- name: Install poetry
1717
run: |
18-
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
18+
curl -fsS -o get-poetry.py https://install.python-poetry.org
1919
python get-poetry.py -y
2020
- name: Publish
2121
env:

0 commit comments

Comments
 (0)