Packaging and release of Python library

Job ID: 33421781

Budget: €50 – €80 EUR

I have a Python library on a github repository (https://github.com/vincenzooo/pyXsurf) and I want to .
More specifically I am asking for a release procedure made of:
- a document describing what I have to do when I want to release a package update, which includes the following steps
- continuous integration on github, including doctests
- keep version number updated everywhere
- running tests with pytest
- installation by pip and conda-forge
- documentation on readthedocs, starting from md, rst and ipynb files, and including API from docstrings