File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,10 @@ python:
1010
1111before_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
2018deploy :
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
4445before_install :
4546- sudo apt-get update
Original file line number Diff line number Diff line change 1- __version__ = '2.33.21 '
1+ __version__ = '2.33.22 '
You can’t perform that action at this time.
0 commit comments