Skip to content

Commit 3cf2204

Browse files
committed
Avoid a deprecation warning when pushing a release to test.pypi.org
Discovered when testing that pushing to pypi will work with the new license format ---- Signed-off-by: Lydia Duncan <[email protected]>
1 parent 6c01fa0 commit 3cf2204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
with:
7171
user: __token__
7272
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
73-
repository_url: https://test.pypi.org/legacy/
73+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)