Skip to content

Release pytraj on pypi and anaconda

Hai Nguyen edited this page Apr 1, 2017 · 1 revision

OUTDATED

  • create git release tag (e.g v1.0.7)

  • build binary

git fetch origin # to update tag
git checkout tag_number # e.g: git checkout v2.0.0
sh devtools/build_all_wheels.sh # will build pip and conda-install versions

adjust to your need.

  • upload
# pypi
twine upload ...

# anaconda
anaconda upload ... --user ambermd