Skip to content

Instantly share code, notes, and snippets.

@phobson
Created July 18, 2016 05:06
Show Gist options
  • Save phobson/cbdc188908591021b769185e295fa983 to your computer and use it in GitHub Desktop.
Save phobson/cbdc188908591021b769185e295fa983 to your computer and use it in GitHub Desktop.
  1. Increment the version number
    1. setup.py 2. docs/conf.py 3. conda recipes
  2. Tag an RC in github
  3. Create PR against the RC in the conda-forge feedstock
  4. Iterate with changes and new RCs in the feedstock PR
  5. Create a full release
  6. Change the conda-forge feedstock recipe to the release, squash and force-push to PR
  7. Once conda-forge CI is done, merge
  8. Update local git repo
  9. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment