Skip to content
Snippets Groups Projects
Commit 81bd9319 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Comment-out use of testpypi during deployment

parent 4725000e
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ source $(dirname ${0})/functions.sh ...@@ -5,8 +5,8 @@ source $(dirname ${0})/functions.sh
lock_pypirc lock_pypirc
setup_deploy register --repository staging #setup_deploy register --repository staging
setup_deploy check sdist --formats zip upload --repository staging #setup_deploy check sdist --formats zip upload --repository staging
# if that worked, uploads source package to the production index # if that worked, uploads source package to the production index
log_info "Uploading package to ${PYPISERVER} on behalf of ${PYPIUSER}..." log_info "Uploading package to ${PYPISERVER} on behalf of ${PYPIUSER}..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment