Skip to content

How to release a new version

Jean-Sébastien Gosselin edited this page Feb 8, 2019 · 6 revisions
  • Bump version in appveyor.yml and __init__.py
  • Wait for AppVeyor to build the pip and conda packages successfully.
  • Download the pip and conda packages from AppVeyor artifacts.
  • Publish the new release in GitHub.
  • Publish to Anaconda with anaconda.exe upload --user cgq-qgc pyhelp-0.1.1-py36h39e3cac_0.tar.bz2
  • Publish to PyPi with :
    • twine upload pyhelp-0.1.1.tar.gz
    • twine upload pyhelp-0.1.1.dev0-cp36-cp36m-win_amd64.whl
  • Bump version back to dev0 in appveyor.yml and __init__.py
Clone this wiki locally