1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Release checklist
-----------------
* Update changelog
* Update version in `paleomix/__init__.py` and in `docs/conf.py`
* Update version in paleomix_environment.yaml
Publish to PyPi
---------------
* git clone https://github.com/MikkelSchubert/paleomix.git
* cd paleomix
* tox
* git clean -fdx
* check-manifest
* python3 setup.py sdist
* twine upload -r testpypi dist/*
* twine upload dist/*
Publish to github
-----------------
* Tag release
* git push --tags
|