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

Use default PyPI server for production code upload

parent 167d6304
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,6 @@ index-servers =
staging
[production]
repository: ${PYPISERVER}
username: ${PYPIUSER}
password: ${PYPIPASS}
......@@ -405,11 +404,7 @@ if [ -z "${PREFIX}" ]; then
PREFIX=${CI_PROJECT_DIR}/build-prefix
fi
if [ -z "${PYPISERVER}" ]; then
PYPISERVER="https://pypi.python.org/pypi"
fi
TESTSERVER=https://testpypi.python.org/pypi
TESTSERVER=https://testpypi.python.org/legacy/
check_env OSNAME
check_env VISIBILITY
......@@ -418,7 +413,6 @@ check_env PYVER
check_env PREFIX
export_env PREFIX
check_env DOCSERVER
check_env PYPISERVER
check_env TESTSERVER
check_env CONDA_FOLDER
check_env CONDA_ENV
......
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