Skip to content

Commit

Permalink
travis release change
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Sep 6, 2018
1 parent a069626 commit 8d03fe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ python:

before_deploy:
- sudo apt-get install pandoc -y
- pip install pypandoc
- pip install -r docs/requirements.txt
- python docs/build.py
- export TMVERSION=`python -c "f = open('trimesh/version.py', 'r'); exec(f.read()); print(__version__)"`
- git tag $TMVERSION || true
- tar -czf ../trimesh-$TMVERSION.tar.gz ../trimesh

deploy:
- provider: pypi
Expand All @@ -39,7 +37,10 @@ deploy:
- provider: releases
api_key: $GITHUB_TOKEN
skip_cleanup: true
file: "../trimesh-$TMVERSION.tar.gz"
file: "README.md"
on:
python: '3.6'
branch: master

before_install:
- sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion trimesh/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.33.21'
__version__ = '2.33.22'

0 comments on commit 8d03fe2

Please sign in to comment.