Skip to content

Commit

Permalink
pypi-publish GHA use kebab-case options (#1325)
Browse files Browse the repository at this point in the history
* pypi-publish GHA use kebab-case options

* add changelog news fragment
  • Loading branch information
bjlittle authored Feb 10, 2025
1 parent 8f966ea commit bf449c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ jobs:
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
print_hash: true
repository-url: https://test.pypi.org/legacy/
skip-existing: true
print-hash: true


publish-artifacts-pypi:
Expand All @@ -188,4 +188,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
print_hash: true
print-hash: true
3 changes: 3 additions & 0 deletions changelog/1325.contributor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Converted `pypi-publish <https://github.com/pypa/gh-action-pypi-publish>`__
:fab:`github` Action options from ``snake_case`` to ``kebab-case``.
(:user:`bjlittle`)

0 comments on commit bf449c9

Please sign in to comment.