Skip to content

Commit

Permalink
ci: Use kebab-case for all pypa/gh-action-pypi-publish args (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert authored Jun 17, 2024
1 parent 9d42f8e commit 215c8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: pypa/[email protected]
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
print-hash: true

- name: Publish distribution 📦 to PyPI
Expand Down

0 comments on commit 215c8cc

Please sign in to comment.