diff --git a/gitlab/deploy.sh b/gitlab/deploy.sh
index 1a8c1202f4629751a2e35c378ec54157334733e3..f72e6c438e811c25d7f158d2ab5e80a37c592301 100755
--- a/gitlab/deploy.sh
+++ b/gitlab/deploy.sh
@@ -3,23 +3,23 @@
 
 source $(dirname ${0})/functions.sh
 
-lock_pypirc
+#lock_pypirc
 
-setup_deploy register --repository staging
-setup_deploy check sdist --formats zip upload --repository staging
+#setup_deploy register --repository staging
+#setup_deploy check sdist --formats zip upload --repository staging
 
 # if that worked, uploads source package to the production index
-log_info "Uploading package to ${PYPISERVER} on behalf of ${PYPIUSER}..."
-setup_deploy register --repository production
-setup_deploy check sdist --formats zip upload --repository production
+#log_info "Uploading package to ${PYPISERVER} on behalf of ${PYPIUSER}..."
+#setup_deploy register --repository production
+#setup_deploy check sdist --formats zip upload --repository production
 
 # if that worked, uploads documentation to pythonhosted if any exists
-if [ -d sphinx ]; then
-  log_info "Uploading documentation to ${PYPISERVER} on behalf of ${PYPIUSER}..."
-  setup_deploy upload_docs --upload-dir sphinx --repository production
-fi
+#if [ -d sphinx ]; then
+#  log_info "Uploading documentation to ${PYPISERVER} on behalf of ${PYPIUSER}..."
+#  setup_deploy upload_docs --upload-dir sphinx --repository production
+#fi
 
-unlock_pypirc
+#unlock_pypirc
 
 condaforge_packages=("bob" \
 "bob.extension" \