Skip to content

Commit 751f64b

Browse files
committed
CI: Address deprecation warning
Resolve the following warning: Input 'repository_url' has been deprecated with message: The inputs have been normalized to use kebab-case. Use `repository-url` instead. Signed-off-by: Stephen Finucane <[email protected]>
1 parent f4beae7 commit 751f64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: pypa/gh-action-pypi-publish@release/v1
8484
with:
8585
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
86-
repository_url: https://test.pypi.org/legacy/
86+
repository-url: https://test.pypi.org/legacy/
8787
- name: Publish distribution to PyPI
8888
if: ${{ github.ref_type == 'tag' }}
8989
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)