-
Notifications
You must be signed in to change notification settings - Fork 34
Build and Test
Wanding Zhou - Bioinformatics edited this page Apr 1, 2019
·
2 revisions
## 1. test
cd test/
python test.py ../docs/source/ outdocs
mv outdocs/*.rst ../docs/source/
## 2. upload github
version="2.5.2.20190401"
# modify ../docs/source/conf.py
# modify ../transvar/version.py
# modify ../docker/Dockerfile
git tag -a v$version -m "Version $version"
git push
git push --tags
cd ..
python setup.py sdist
twine upload --repository-url https://upload.pypi.org/legacy/ dist/TransVar-TRANSVARVERSION.tar.gz