Skip to content
Snippets Groups Projects
Commit a3c81f45 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[temp] disable pypi uploading temporary in deploy.sh

parent 6e907ec3
No related branches found
No related tags found
No related merge requests found
...@@ -3,23 +3,23 @@ ...@@ -3,23 +3,23 @@
source $(dirname ${0})/functions.sh 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}..."
setup_deploy register --repository production # setup_deploy register --repository production
setup_deploy check sdist --formats zip upload --repository production # setup_deploy check sdist --formats zip upload --repository production
# if that worked, uploads documentation to pythonhosted if any exists # # if that worked, uploads documentation to pythonhosted if any exists
if [ -d sphinx ]; then # if [ -d sphinx ]; then
log_info "Uploading documentation to ${PYPISERVER} on behalf of ${PYPIUSER}..." # log_info "Uploading documentation to ${PYPISERVER} on behalf of ${PYPIUSER}..."
setup_deploy upload_docs --upload-dir sphinx --repository production # setup_deploy upload_docs --upload-dir sphinx --repository production
fi # fi
unlock_pypirc # unlock_pypirc
condaforge_packages=("bob" \ condaforge_packages=("bob" \
"bob.extension" \ "bob.extension" \
......
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