Skip to content

Commit

Permalink
[chore] github actions use kebab-case
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Jul 6, 2024
1 parent d056df2 commit 98c0184
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 @@ -100,8 +100,8 @@ 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/

upload_pypi:
name: Upload to PyPI
Expand All @@ -126,4 +126,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
skip_existing: true
skip-existing: true

0 comments on commit 98c0184

Please sign in to comment.