From 00e4e56b3f3c8dfa100e4b69df4e11f3f8677e73 Mon Sep 17 00:00:00 2001 From: Earammak <107038275+Earammak@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:59:53 +0530 Subject: [PATCH] Update bld_wheels_and_upload.yml --- .github/workflows/bld_wheels_and_upload.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bld_wheels_and_upload.yml b/.github/workflows/bld_wheels_and_upload.yml index 21ee4bf2..e56d8c0e 100644 --- a/.github/workflows/bld_wheels_and_upload.yml +++ b/.github/workflows/bld_wheels_and_upload.yml @@ -105,6 +105,7 @@ jobs: user: ${{secrets.TESTPYPI_USER}} password: ${{secrets.TESTPYPI_PASSWORD}} repository_url: https://test.pypi.org/legacy/ + skip_existing: true - name: Upload to PYPI uses: pypa/gh-action-pypi-publish@master