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