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