From b3fcb3f4727375e226fd09590d5609f2e03e0ab8 Mon Sep 17 00:00:00 2001 From: Tobias Shapinsky Date: Fri, 14 Feb 2025 12:04:36 -0700 Subject: [PATCH] skip existing for test pypi --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67b99fb1..6d164dbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,7 +183,7 @@ jobs: with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ - skip_existing: false + skip_existing: true - name: publish distribution to PyPI if: steps.test-pypi.outcome == 'success' uses: pypa/gh-action-pypi-publish@release/v1