Skip to content
Snippets Groups Projects
Commit 1974e0ba authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Do nothing if release exists

parent 3cbaeb49
No related branches found
No related tags found
No related merge requests found
Pipeline #20182 passed
......@@ -48,7 +48,7 @@ release_job:
- python setup.py sdist
- TWINE_PASSWORD=${CI_JOB_TOKEN}
TWINE_USERNAME=gitlab-ci-token
python -m twine upload --verbose --repository-url
python -m twine upload --skip-existing --verbose --repository-url
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
release:
tag_name: '$CI_COMMIT_TAG'
......
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