- Run unittests
- Update CHANGELOG.txt
- Update version in setup.py
- Push all changes to github
- Test installation on a different machine in a fresh virtual environment
cd /tmp
git clone https://github.com/vecnet/vecnet.openmalaria
mkvirtualenv om
cd vecnet.openmalaria
python setup.py test
python setup.py install
deactivate
rmvirtualenv om
cd ..
rm -rf vecnet.openmalaria
- Run unittests on a different machine
python setup.py test
- Make a release/tag
https://github.com/vecnet/vecnet.openmalaria/releases -> Draft a new release
Use v0.6.2 format for tag name
- Run
setup.py sdist bdist_egg bdist_wininst upload
command