Skip to content

Commit

Permalink
CI: Address deprecation warning
Browse files Browse the repository at this point in the history
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 <stephen@that.guru>
  • Loading branch information
stephenfin committed May 4, 2023
1 parent f4beae7 commit 751f64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
- name: Publish distribution to PyPI
if: ${{ github.ref_type == 'tag' }}
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 751f64b

Please sign in to comment.