Skip to content
Snippets Groups Projects
Commit 14bfccc2 authored by Dieter Slos's avatar Dieter Slos
Browse files

Merge branch 'dev'

parents 5d14f1ef 084ffced
Branches
Tags 5.0.2
1 merge request!5Skip existing files on testpypi
Pipeline #1740 failed
......@@ -91,7 +91,7 @@ publish_on_test_pypi:
- python3 -m pip install --upgrade pip
- python3 -m pip install --upgrade build twine
- python3 -m build
- python3 -m twine upload --verbose --repository testpypi dist/* -u __token__ -p $TEST_PYPI_TOKEN
- python3 -m twine upload --verbose --repository testpypi dist/* -u __token__ -p $TEST_PYPI_TOKEN --skip-existing
install_from_test_pypi:
stage: publish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment