From 821e86445139c05432ccfc5d04df4990f1a4b138 Mon Sep 17 00:00:00 2001 From: Niels <94110348+nnansters@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:30:00 +0200 Subject: [PATCH] [skip ci] Update preview.yml Fix warning message about snake case vs. kebab case for pypi publish action --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f1d95c3b..1be36eea 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -58,5 +58,5 @@ jobs: with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN}} - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/ skip-existing: true