We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672afc9 commit 02c7003Copy full SHA for 02c7003
.github/workflows/python-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
python-version: '3.11'
15
- name: Install Poetry
16
- run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
+ run: curl -sSL https://install.python-poetry.org | python3 -
17
- name: Add Poetry to path
18
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
19
# - run: poetry install
0 commit comments