From 170f3462ac80de60010e446440a4ebdafe1752a5 Mon Sep 17 00:00:00 2001 From: Benjamin Pelletier Date: Tue, 8 Oct 2024 15:54:09 +0000 Subject: [PATCH] Fix repository_url specification --- .github/workflows/test_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_publish.yaml b/.github/workflows/test_publish.yaml index c788e75..65ec623 100644 --- a/.github/workflows/test_publish.yaml +++ b/.github/workflows/test_publish.yaml @@ -35,4 +35,4 @@ jobs: with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/