diff --git a/playbooks/publish/pypi.yaml b/playbooks/publish/pypi.yaml index 2632ffa923..6f60445bb6 100644 --- a/playbooks/publish/pypi.yaml +++ b/playbooks/publish/pypi.yaml @@ -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