Skip to content

Commit

Permalink
fix: replace deprecated repository_url by repository-url
Browse files Browse the repository at this point in the history
  • Loading branch information
studioj authored Nov 23, 2024
1 parent c479661 commit c96eed5
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 @@ -46,7 +46,7 @@ jobs:
with:
verbose: true
password: ${{ secrets.testpypi_password }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

- name: Publish to pypi.org
if: >- # "create" workflows run separately from "push" & "pull_request"
Expand Down

0 comments on commit c96eed5

Please sign in to comment.