Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46fdce0

Browse files
authored
Switch PyPI action param case to kebab
Fixes deprecation warning about repository_url.
1 parent ed393fd commit 46fdce0

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
@@ -75,7 +75,7 @@ jobs:
7575
- name: Test Publish package
7676
uses: pypa/gh-action-pypi-publish@release/v1
7777
with:
78-
repository_url: https://test.pypi.org/legacy/
78+
repository-url: https://test.pypi.org/legacy/
7979

8080
- name: Publish package
8181
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)