Remove skip_existing from the release workflow

This commit is contained in:
Jeremy Tuloup 2021-01-22 21:17:18 +01:00 committed by GitHub
parent 478fd70b7d
commit c1c7e35be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: