Skip to content
Wanding Zhou - Bioinformatics edited this page Oct 25, 2021 · 26 revisions

Make a new release

## 1. test
cd test/
python test.py ../docs/source/ outdocs
mv outdocs/*.rst ../docs/source/

## 2. upload github
version="2.5.10.20211024"

# modify ../docs/source/conf.py
# modify ../transvar/version.py
# modify ../docker/Dockerfile

git commit -am "Version $version"
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
## pip install twine if not yet
# Go to https://cloud.docker.com/repository/docker/zhouwanding/transvar/builds
# trigger latest branch build

# sphinx-build -b html docs/source builddir