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