Skip to content
Snippets Groups Projects
Verified Commit 50cca655 authored by Martin Weise's avatar Martin Weise
Browse files
parent 1293aa65
No related branches found
No related tags found
3 merge requests!422Fixed a library issue where the value could not be empty,!421Fixed a library issue where the value could not be empty,!419Fixed a library issue where the value could not be empty
......@@ -633,10 +633,10 @@ release-libs:
before_script:
- "pip install pipenv twine build"
- "pipenv install gunicorn && pipenv install --dev --system --deploy"
- "echo ${CI_PIPYRC} | base64 -d > /app/.pypirc"
- "echo ${CI_PIPYRC} | base64 -d > ./.pypirc"
script:
- "python -m build"
- "python -m twine upload --config-file /app/.pypirc --verbose --repository pypi ./lib/python/dist/dbrepo-*"
- "python -m twine upload --config-file ./.pypirc --verbose --repository pypi ./lib/python/dist/dbrepo-*"
verify-install-script:
image: docker.io/docker:${DOCKER_VERSION}-dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment