File: release.rst

package info (click to toggle)
paleomix 1.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,156 kB
  • sloc: python: 21,423; sh: 182; makefile: 37
file content (26 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (4)
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