From 94b3dd585a12da314bad37239e9dade4769a1354 Mon Sep 17 00:00:00 2001 From: Jan Range Date: Thu, 9 May 2024 19:25:08 +0200 Subject: [PATCH] change repo url --- .github/workflows/test-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index d640403..67a4568 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -12,3 +12,5 @@ jobs: uses: JRubics/poetry-publish@v1.17 with: pypi_token: ${{ secrets.TEST_PYPI_TOKEN }} + repository_name: "testpypi" + repository_url: "https://test.pypi.org/legacy/"