From 48b8e7b251bfc3210d967b236a87b14c93b69c1c Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Wed, 6 Sep 2023 11:06:40 +0900 Subject: [PATCH] kebab-case is correct, not snake_case --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index e30a7be..6559e3d 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -47,7 +47,7 @@ jobs: with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/ - name: Publish distribution to PyPI if: github.event_name == 'release' && !github.event.release.prerelease