Skip to content

Commit

Permalink
(hopefully) fix travis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Winkel committed Jul 12, 2017
1 parent 8aa9838 commit c8081dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ MANIFEST

# Sphinx
docs/api
docs/generated
docs/_build

# Eclipse editor project files
Expand Down
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,8 @@ after_success:

- echo "TRAVIS_TAG" $TRAVIS_TAG
- echo "DO_DIST" $DO_DIST
- |
if [[ $TRAVIS_TAG && $DO_DIST]]; then
conda install twine
python setup.py sdist
python -m twine upload dist/*.tar.gz
fi
- if [[ $TRAVIS_TAG && $DO_DIST]]; then
conda install twine
python setup.py sdist
python -m twine upload dist/*.tar.gz
fi
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction #

- *Version*: 0.23
- *Version*: 0.24
- *Authors*: Benjamin Winkel

[![PyPI version](https://img.shields.io/pypi/v/pycraf.svg)](https://pypi.python.org/pypi/pycraf)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ url = https://github.com/bwinkel/pycraf
edit_on_github = False
github_project = bwinkel/pycraf
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.24.0
version = 0.24.1

[entry_points]

Expand Down

0 comments on commit c8081dc

Please sign in to comment.