From 9fedd44ec441fc766c861332a25704b9c62b0068 Mon Sep 17 00:00:00 2001 From: Freddy Heppell Date: Thu, 11 Jul 2024 16:40:23 +0100 Subject: [PATCH] hotfix: url for testpypi environment --- .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 aa2b536..1c642be 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest environment: name: testpypi - url: https://pypi.org/p/wpextract + url: https://test.pypi.org/p/wpextract permissions: id-token: write steps: