From 667f0da205fb972dd9cb6c2ef6c9be3fe00d468a Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Thu, 4 Aug 2022 22:12:46 +0000 Subject: [PATCH] fix(ci): override TestPyPI repo url --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8486453..c47fca5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,6 +29,7 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_TEST_API_TOKEN }} + repository_url: https://test.pypi.org/legacy/ print_hash: true skip_existing: true verbose: true