Skip to content

Commit

Permalink
Use kebab case, not snake case, for PyPI input keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Oct 11, 2023
1 parent 1e6382c commit 3a6d329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TEST_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
repository-url: https://test.pypi.org/legacy/
skip-existing: true

- name: Publish Package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 3a6d329

Please sign in to comment.