diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index e30a7be..6559e3d 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -47,7 +47,7 @@ jobs: with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/ - name: Publish distribution to PyPI if: github.event_name == 'release' && !github.event.release.prerelease