- Github stuff:
- merge to master
- Update version numbers in
setup.py
anddocs/conf.py
git push origin master --tags
- Verify documentation
Verify that documentation is building properly: check https://readthedocs.org/projects/gbdxtools/builds/
- Push to pypi
(You may need to pip install twine anaconda-client
)
rm -rf dist
rm -rf egginfo
python setup.py sdist
twine upload dist/gbdx...