Skip to content

Commit

Permalink
Added repository setting to pypirc file creation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
allfro committed Jun 6, 2017
1 parent 7c8d5b4 commit 2c49a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ deployment:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push redcanari/canari
- echo "[server-login]" > ~/.pypirc
- echo "repository:https://pypi.python.org/pypi" >> ~/.pypirc
- echo "username:$PYPI_USERNAME" >> ~/.pypirc
- echo "password:$PYPI_PASSWORD" >> ~/.pypirc
- python setup.py sdist upload

0 comments on commit 2c49a0f

Please sign in to comment.