Fixed mistake in .pypirc

pre-1.0
J. Fernando Sánchez 7 years ago
parent c6e79fa50d
commit 79e107bdcd

@ -70,7 +70,7 @@ deploy_pypi:
script: # Configure the PyPI credentials, then push the package, and cleanup the creds.
- echo "[server-login]" >> ~/.pypirc
- echo "repository=https://upload.pypi.org/legacy/" >> ~/.pypirc
- echo "password=" ${PYPI_PASSWORD} >> ~/.pypirc
- echo "username=" ${PYPI_USER} >> ~/.pypirc
- echo "password=" ${PYPI_PASSWORD} >> ~/.pypirc
- make pip_upload
- echo "" > ~/.pypirc && rm ~/.pypirc # If the above fails, this won't run.

Loading…
Cancel
Save