From 3fd6b4943f51bd9ab2424b08aa543dbd0f058da7 Mon Sep 17 00:00:00 2001 From: Brandon Ewing Date: Tue, 2 Jul 2024 09:18:58 -0500 Subject: [PATCH] update pypi action vars --- .github/workflows/commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index dae46f6..92c7c96 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -50,8 +50,8 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - skip_existing: true + repository-url: https://test.pypi.org/legacy/ + skip-existing: true - name: Upload Pypi if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1