diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 9f303d1..67ae6ed 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -56,6 +56,8 @@ jobs: path: dist/ - name: Publish package distributions to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + repository-url: https://test.pypi.org/legacy/ pypi-publish: if: ${{ needs.release-please.outputs.release_created }}