From 017672219bb357034bcd430e1919e312abb69bc1 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Wed, 11 Oct 2017 15:20:49 +0200 Subject: [PATCH] Don't need to pre-register to PyPI anymore --- gitlab/deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab/deploy.sh b/gitlab/deploy.sh index 0f91e4b..84aba07 100755 --- a/gitlab/deploy.sh +++ b/gitlab/deploy.sh @@ -19,7 +19,6 @@ log_info "Creating source distribution..." run_cmd ${PREFIX}/bin/python setup.py check sdist --formats zip log_info "Uploading package to ${PYPISERVER} on behalf of ${PYPIUSER}..." -twine register --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip twine upload --username ${PYPIUSER} --password ${PYPIPASS} dist/*.zip condaforge_packages=("bob" \ -- GitLab