Skip to content

Commit

Permalink
CI: fix CI warnings
Browse files Browse the repository at this point in the history
Input 'repository_url' has been deprecated with message:
The inputs have been normalized to use kebab-case. Use `repository-url` instead.

Input 'skip_existing' has been deprecated with message:
The inputs have been normalized to use kebab-case. Use `skip-existing` instead.
  • Loading branch information
DimitriPapadopoulos committed Mar 15, 2023
1 parent 601cd10 commit 6af39da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
repository-url: https://test.pypi.org/legacy/
skip-existing: true
- name: Upload to PyPI (on tags)
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 6af39da

Please sign in to comment.