Skip to content

Commit

Permalink
ci(pypi): Update to kebab case
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 6, 2023
1 parent 94c9d41 commit 2f43238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
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: Publish to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 2f43238

Please sign in to comment.