From 58c7f8e4b0b95ce6c3ff2fbd61b4c32a6c3665c2 Mon Sep 17 00:00:00 2001 From: mle Date: Fri, 27 Dec 2024 14:15:14 +0100 Subject: [PATCH] Update deprecated githib actions parameters --- .github/workflows/publish.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 009bb72..4621f23 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,8 +40,9 @@ 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 + verbose: true - name: Publish to PyPi if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1