Skip to content

Commit 50c26e6

Browse files
authored
Avoid a deprecation warning when pushing a release to test.pypi.org (#109)
Discovered when testing that pushing to pypi will work with the new license format ----
2 parents 6c01fa0 + 3cf2204 commit 50c26e6

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)