Skip to content

Commit

Permalink
Updating config.yml with pypi link
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Jan 16, 2018
1 parent db7063c commit 3354fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
echo -e " testpypi" >> ~/.pypirc
echo -e " pypi" >> ~/.pypirc
echo -e "[pypi]" >> ~/.pypirc
echo -e "repository: https://pypi.python.org/pypi" >> ~/.pypirc
echo -e "repository: https://upload.pypi.org/legacy/" >> ~/.pypirc
echo -e "username = JoseEspinosa" >> ~/.pypirc
echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc
sudo python setup.py sdist
Expand Down

0 comments on commit 3354fb2

Please sign in to comment.