Skip existing remote artifacts during PyPI upload

In order to be able to safely re-enqueue tags which previously
failed release jobs after successfully uploading at least some
artifacts to PyPI, instruct twine to treat "file already exists"
responses as benign and ignore them, proceeding to upload any others
which aren't yet there.

Depends-On: https://review.opendev.org/864004
Change-Id: Iab38df6386ce5219a52787fda5e64a8faab23a06
This commit is contained in:
Jeremy Stanley 2022-11-08 15:41:47 +00:00
parent e15b9cae77
commit 1ea6374489
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@
when: zuul_success | bool
- role: upload-pypi
pypi_path: "{{ zuul.executor.work_root }}/artifacts"
pypi_twine_skip_existing: true
when: zuul_success | bool