Skip to content
Snippets Groups Projects
Commit 6e1eb7212633 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

nightly-build: attempt to no longer choke on existing file

When we run the job multiple time, the upload step fails because the file always
exists. So we pass the `--skip-existing` flag that is supposed to help with
that… when supported.

This might have no effect outside of upload to PyPI as the doc says:

    Continue uploading files if one already exists. (Only valid when uploading
    to PyPI. Other implementations may not support this.)
parent 771706c5acfb
No related branches found
No related tags found
2 merge requests!1312merge stable into default,!1309nightly-build: attempt to no longer choke on existing file
Pipeline #101200 passed