Skip to content
Snippets Groups Projects
Commit 32e820ce authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: try skip existing

parent 2817a3ac
No related branches found
No related tags found
No related merge requests found
Pipeline #269034 passed
...@@ -34,7 +34,7 @@ build: ...@@ -34,7 +34,7 @@ build:
stage: build stage: build
script: script:
- python3 -m build - python3 -m build
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --verbose --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/* - TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --verbose --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi --skip-existing dist/*
artifacts: artifacts:
paths: paths:
- dist/* - dist/*
......
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