Skip to content

Commit

Permalink
kebab-case is correct, not snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuyui committed Sep 6, 2023
1 parent 9b02747 commit 48b8e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
user: __token__
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.event_name == 'release' && !github.event.release.prerelease
Expand Down

0 comments on commit 48b8e7b

Please sign in to comment.