From 7aac9e0823ff6638b8fbd28eae5d60faef4213a4 Mon Sep 17 00:00:00 2001 From: Gerry Manoim Date: Tue, 7 Jul 2020 12:09:31 -0400 Subject: [PATCH] BLD: improve release process by allowing republishes to test pypi if needed --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb98c380..7f96dde0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,7 @@ jobs: with: password: ${{ secrets.test_pypi_password }} repository_url: https://test.pypi.org/legacy/ + skip_existing: true - name: Install from test and test running run: |