From 495389f7c006d0d94fddf5b1de0927595b0b669f Mon Sep 17 00:00:00 2001 From: Bouwe Date: Sat, 16 Mar 2024 13:30:55 +0100 Subject: [PATCH] Fix inputs as suggested in warning messages --- .github/workflows/merge.yml | 2 +- .github/workflows/verify.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index cd1ee7c9a..0820c683a 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -40,4 +40,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.pypi_token }} - skip_existing: true + skip-existing: true diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 9f95b2b18..ba4061389 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -375,8 +375,8 @@ jobs: continue-on-error: true with: password: ${{ secrets.testpypi_token }} - repository_url: https://test.pypi.org/legacy/ - skip_existing: true + repository-url: https://test.pypi.org/legacy/ + skip-existing: true complexity: name: Process test complexity