Skip to content

Commit

Permalink
Updated CHANGELOG.md.
Browse files Browse the repository at this point in the history
Deploy only on versioned builds.
  • Loading branch information
r-barnes committed Jun 1, 2018
1 parent 8598065 commit e8eb979
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .ci/travis/deploy_to_pypi.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# if [[ "$TRAVIS_TAG" == v* ]]; then
if [[ "$TRAVIS_TAG" == v* ]]; then
echo "Testing PW=$bob"
echo "Uploading to PyPI."
twine upload --skip-existing -u rbarnes -p$PYPI_PASSWORD wheelhouse/*manylinux*whl
Expand All @@ -11,8 +11,8 @@
# echo "Creating a binary wheel distribution."
# python setup.py bdist_wheel
# fi
# else
# echo "Not deploying."
# echo "Tag is... $TRAVIS_TAG"
# echo "Branch name is... $TRAVIS_BRANCH"
# fi
else
echo "Not deploying."
echo "Tag is... $TRAVIS_TAG"
echo "Branch name is... $TRAVIS_BRANCH"
fi
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2018-05-31 (2.2.5)
==================

Travis-CI deployment to Github works.


2018-05-31 (2.2.0)
==================

Expand Down

0 comments on commit e8eb979

Please sign in to comment.