-
Notifications
You must be signed in to change notification settings - Fork 5
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
andconda
packages successfully. - Download the
pip
andconda
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
inappveyor.yml
and__init__.py