From ed5b400cdb5335a474eaa3a6b74de228ab93f2c7 Mon Sep 17 00:00:00 2001 From: gabrielfior Date: Wed, 8 Jan 2025 11:06:30 -0300 Subject: [PATCH] update testpypi dist --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d3b02fc..89422dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,4 +66,4 @@ jobs: with: username: __token__ password: ${{ secrets.PYPI_TOKEN }} - repository-url: https://test.pypi.org/legacy/ \ No newline at end of file + repository-url: https://test.pypi.org/simple/ \ No newline at end of file