phac-nml / biohansel

Rapidly subtype microbial genomes using single-nucleotide variant (SNV) subtyping schemes
Apache License 2.0
25 stars 7 forks source link

Update New Release to Pypi #95

Closed DarianHole closed 5 years ago

DarianHole commented 5 years ago

Hi @peterk87,

When you get a chance, we need you to pull the new biohansel release (v2.2.0) to Pypi so that I can start updating bioconda and galaxy.

peterk87 commented 5 years ago

Manually uploaded the latest version to PyPI (https://pypi.org/project/bio-hansel/2.2.0/)

git checkout master && git pull
python setup.py sdist
twine upload dist/bio_hansel-2.2.0.tar.gz

It will be nice to have this automatically handled by Travis-CI with #97