mirror of
https://github.com/th30d4y/ExecuTrace.git
synced 2026-05-26 11:35:51 +00:00
CI: allow PyPI re-runs with --skip-existing
This commit is contained in:
@@ -33,4 +33,4 @@ jobs:
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
||||
run: |
|
||||
python -m twine upload dist/* --verbose
|
||||
python -m twine upload dist/* --verbose --skip-existing
|
||||
|
||||
Reference in New Issue
Block a user