Skip to content

Commit

Permalink
Merge pull request #406 from mesosphere/fix-push-script
Browse files Browse the repository at this point in the history
Fix publish to pypi script
  • Loading branch information
jsancio committed Jan 11, 2016
2 parents 2296a6e + 59d76e7 commit 0e60d4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/publish_to_pypi.sh
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 0e60d4a

Please sign in to comment.