diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cbf42a..83c3b89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Install latest version of Poetry if: steps.cache-poetry.outputs.cache-hit != 'true' run: | - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - + curl -sSL https://install.python-poetry.org | python3 - - name: Add Poetry to $PATH run: |