Skip to content

Commit bd36a1e

Browse files
committed
Fix PyPi deprecations
1 parent ec76ec0 commit bd36a1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
uses: pypa/gh-action-pypi-publish@release/v1
5959
with:
6060
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
61-
repository_url: https://test.pypi.org/legacy/
61+
repository-url: https://test.pypi.org/legacy/
6262
verbose: true
63-
skip_existing: true
63+
skip-existing: true
6464
- name: 📦 Publish package to PyPI
6565
if: startsWith(github.ref, 'refs/tags/v')
6666
uses: pypa/gh-action-pypi-publish@release/v1
6767
with:
6868
password: ${{ secrets.PYPI_API_TOKEN }}
6969
verbose: true
70-
skip_existing: true
70+
skip-existing: true

0 commit comments

Comments
 (0)