Skip to content
Snippets Groups Projects
Commit 16db28bb19cf 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 7a4772e92f23
No related branches found
No related tags found
No related merge requests found
Pipeline #101198 canceled
......@@ -702,5 +702,6 @@
upload
--verbose
--repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi
--skip-existing
wheels/*/*/*/*.whl
wheels/*/*.whl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment