tleonardi / nanocompore

RNA modifications detection from Nanopore dRNA-Seq data
https://nanocompore.rna.rocks
GNU General Public License v3.0
78 stars 12 forks source link

Automatic package deployment #111

Closed a-slide closed 4 years ago

a-slide commented 4 years ago

This can be easily implemented using travis for pypi. It is also doable for conda but it's a little more complicated. See example in pycoQC https://github.com/a-slide/pycoQC/blob/master/.travis.yml

tleonardi commented 4 years ago

I'd leave it manual (with poetry publish) for the moment because we might need to do a few hotfixes to the documentation that don't require a new version on PyPi. We could automate it from release 1.0 onwards ;)