Skip to content
Snippets Groups Projects
Verified Commit ed948ae9 authored by Martin Weise's avatar Martin Weise
Browse files

Fixed PyPI rc

parent 46d4eab4
Branches
Tags
No related merge requests found
......@@ -594,5 +594,5 @@ release-libs:
- 'sed -i -e "s/__APPVERSION__/${APP_VERSION}/g" ./lib/python/pyproject.toml ./lib/python/setup.py ./lib/python/README.md'
- python -m build --sdist ./lib/python
- python -m build --wheel ./lib/python
- printf "[diskutils]\nindex-servers =\n pypi\n\n[pypi]\nusername = __token__\npassword = ${CI_PIPY_TOKEN}\nrepository = https://upload.pypi.org/legacy/" > .pypirc
- cat ${CI_PIPYRC} | base64 -d > .pypirc
- python -m twine upload --config-file .pypirc --verbose --repository pypi ./lib/python/dist/dbrepo-*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment