Skip to content

Commit 8d03fe2

Browse files
committed
travis release change
1 parent a069626 commit 8d03fe2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ python:
1010

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

2018
deploy:
2119
- provider: pypi
@@ -39,7 +37,10 @@ deploy:
3937
- provider: releases
4038
api_key: $GITHUB_TOKEN
4139
skip_cleanup: true
42-
file: "../trimesh-$TMVERSION.tar.gz"
40+
file: "README.md"
41+
on:
42+
python: '3.6'
43+
branch: master
4344

4445
before_install:
4546
- sudo apt-get update

trimesh/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.33.21'
1+
__version__ = '2.33.22'

0 commit comments

Comments
 (0)