Skip to content

Commit 02c7003

Browse files
committed
fixed url poetry
1 parent 672afc9 commit 02c7003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
python-version: '3.11'
1515
- name: Install Poetry
16-
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
16+
run: curl -sSL https://install.python-poetry.org | python3 -
1717
- name: Add Poetry to path
1818
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
1919
# - run: poetry install

0 commit comments

Comments
 (0)