Adding extra pypirc config

This commit is contained in:
James Barnsley
2019-04-11 14:11:39 +12:00
parent dd8711e2d7
commit f534be1a5b

View File

@ -50,6 +50,10 @@ jobs:
- run:
name: Prepare .pypirc
command: |
echo -e "[distutils]" >> ~/.pypirc
echo -e "index-servers =" >> ~/.pypirc
echo -e " pypi" >> ~/.pypirc
echo -e "[distutils]" >> ~/.pypirc
echo -e "[pypi]" >> ~/.pypirc
echo -e "username = jaedb" >> ~/.pypirc
echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc