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

Wrong command

parent c8bd0061
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
cat "${CI_PIPYRC}" | base64 -d > .pypirc echo "${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