Skip to content

Commit

Permalink
chore: github actions kebab-case
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Jul 6, 2024
1 parent c99446e commit 3f27466
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TEST_TOKEN }}
skip_existing: true
repository_url: https://test.pypi.org/legacy/
skip-existing: true
repository-url: https://test.pypi.org/legacy/

- name: Upload to PyPI
if: startsWith(github.ref, 'refs/tags/v')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
skip_existing: true
skip-existing: true

0 comments on commit 3f27466

Please sign in to comment.