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

Fix pypirc

parent 5a09fffb
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ username: ${PYPIUSER}
password: ${PYPIPASS}
[staging]
repository: https://testpypi.python.org/
repository: ${TESTSERVER}
username: ${PYPIUSER}
password: ${PYPIPASS}
EOT
......@@ -159,10 +159,10 @@ BOB_PREFIX_PATH=${CONDA_FOLDER}/envs/bob-devel-${PYVER}
BOB_DOCUMENTATION_SERVER="${DOCSERVER}/software/bob/docs/latest/bob/%s/master/"
if [ -z "${PYPISERVER}" ]; then
PYPISERVER="https://pypi.python.org"
PYPISERVER="https://pypi.python.org/pypi"
fi
TESTSERVER=https://testpypi.python.org
TESTSERVER=https://testpypi.python.org/pypi
check_env ARCH
check_env PYVER
......
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