diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7bac2e8..20bbb0ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: uses: pypa/gh-action-pypi-publish@unstable/v1 with: password: ${{ secrets.TELLIOT_FEEDS_TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/ - name: Publish telliot-feeds to PyPI if: "!github.event.release.prerelease"