Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 505 Bytes

RELEASE.md

File metadata and controls

25 lines (19 loc) · 505 Bytes

How to cut releases

  1. Github stuff:

  • merge to master
  • Update version numbers in setup.py and docs/conf.py
  • git push origin master --tags
  1. Verify documentation

Verify that documentation is building properly: check https://readthedocs.org/projects/gbdxtools/builds/

  1. 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...