Replace deprecated repository_url with repository-url
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
94432d62b0
commit
15f0ccfd58
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -48,4 +48,4 @@ jobs:
|
|||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.test_pypi_password }}
|
||||
repository_url: https://test.pypi.org/legacy/
|
||||
repository-url: https://test.pypi.org/legacy/
|
||||
|
|
Loading…
Reference in a new issue