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

Updated PyPI.rc

parent cb3bff4e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
cat ${CI_PIPYRC} | base64 -d > .pypirc cat "${CI_PIPYRC}" | base64 -d > .pypirc
python -m twine upload --config-file .pypirc --verbose --repository pypi ./lib/python/dist/dbrepo-* python -m twine upload --config-file .pypirc --verbose --repository pypi ./lib/python/dist/dbrepo-*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment