Skip to content

Commit 12d8ec1

Browse files
authored
Switch PyPI action param case to kebab
Fixes deprecation warning about repository_url.
1 parent 9a557a2 commit 12d8ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Test Publish package
7373
uses: pypa/gh-action-pypi-publish@release/v1
7474
with:
75-
repository_url: https://test.pypi.org/legacy/
75+
repository-url: https://test.pypi.org/legacy/
7676

7777
- name: Publish package
7878
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)