From 397709d4463a92d2b2d2300cb8c76592d32bcb02 Mon Sep 17 00:00:00 2001 From: Benjamin Pelletier Date: Tue, 8 Oct 2024 11:52:35 -0700 Subject: [PATCH] Fix repository_url specification (#18) --- .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/