Skip to content

Commit

Permalink
Fix publish to pypi script
Browse files Browse the repository at this point in the history
  • Loading branch information
jsancio committed Jan 11, 2016
1 parent 2296a6e commit 59d76e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/publish_to_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ cat <<EOF > ~/.pypirc
index-servers =
pypi
[pypi]
repository: https://pypi.python.org/pypi
username:$PYPI_USERNAME
password:$PYPI_PASSWORD
[pypi]
repository: https://pypi.python.org/pypi
username:$PYPI_USERNAME
password:$PYPI_PASSWORD
EOF

# replace SNAPSHOT with tagged version
Expand Down

0 comments on commit 59d76e7

Please sign in to comment.