From c1c7e35be165336f73c41f29d9b220f425dadd9d Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 22 Jan 2021 21:17:18 +0100 Subject: [PATCH] Remove skip_existing from the release workflow --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b69f67b9d..8bd7c3e2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -173,7 +173,6 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} - skip_existing: true - name: Install Python uses: actions/setup-python@v2 with: