Skip to content

Commit

Permalink
fix poetry target url in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFirth committed Feb 3, 2023
1 parent c6b5d6e commit 8024839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8024839

Please sign in to comment.