Skip to content

Commit

Permalink
Fixed PyPI upload config
Browse files Browse the repository at this point in the history
  • Loading branch information
linkyndy committed Dec 7, 2014
1 parent 5834ece commit d0b220f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deploy:
- script:
name: PyPI upload
code: |
echo "[pypi]" > ~/.pypirc
echo "[server-login]" > ~/.pypirc
echo "username:$PYPI_USER" >> ~/.pypirc
echo "password:$PYPI_PASSWORD" >> ~/.pypirc
python setup.py sdist upload

0 comments on commit d0b220f

Please sign in to comment.