Merge pull request #88 from jtpio/skip-existing

Remove skip_existing from the release workflow
pull/6294/head
Jeremy Tuloup 5 years ago committed by GitHub
commit d8dfe9c1e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save