- Increment the version number
1. setup.py 2. docs/conf.py 3. conda recipes - Tag an RC in github
- Create PR against the RC in the conda-forge feedstock
- Iterate with changes and new RCs in the feedstock PR
- Create a full release
- Change the conda-forge feedstock recipe to the release, squash and force-push to PR
- Once conda-forge CI is done, merge
- Update local git repo
- Upload to pip:
1.
python setup.py register -r pypitest
2.python setup.py sdist upload -r pypitest
3.python setup.py register -r pypi
4.python setup.py sdist upload -r pypi
Created
July 18, 2016 05:06
-
-
Save phobson/cbdc188908591021b769185e295fa983 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment