From 98c01840ad38f2cbcfcd5da855343ac77407d23b Mon Sep 17 00:00:00 2001 From: duyue Date: Sat, 6 Jul 2024 15:14:27 +0800 Subject: [PATCH] [chore] github actions use kebab-case --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ce1fc2..880d94e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -126,4 +126,4 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} - skip_existing: true + skip-existing: true