https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: 047d919edc7f4192d4c0462c4b321ef7bdd65f05 authored by Konstantin Ladutenko on 26 January 2018, 12:11:50 UTC
Simple check of NFMDS bin folder state
Tip revision: 047d919
release_checklist.rst
releasing a SMUTHI version
===========================

- run nosetests
- update version number and dependencies in setup.py
- update README.rst
- update version number in docs/
- update docs/input_files.rst
- update docs/about_smuthi.rst
- build source distribution by running the command 'python setup.py sdist bdist_wheel' (in the command window)
- upload to PyPi by running the command 'twine upload dist/*' (in the command window)
- push everything to the online repository
- update documentation by building from readthedocs.org

back to top