From b689ae600322eeef31d9a07d86c7bd3e034bf598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=BCller?= Date: Sat, 22 Jun 2024 20:50:45 +0200 Subject: [PATCH] fix release action --- .github/workflows/release-please.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 }}