ci: add skip-existing to twine upload

This commit is contained in:
Martin Bubel 2023-12-19 11:02:13 +01:00
parent e5623b7d50
commit 81eb452e9f

View file

@ -67,7 +67,7 @@ deploy:
- name: Upload to PyPI using twine
run: |
twine upload dist/*
twine upload --skip-existing dist/*
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}