Adding extra pypirc config
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user