-
Run the conda build recipes across all platforms (Linux, OS X, Windows) including both 32 and 64-bit architectures.
-
Tag the release version.
git tag -a x.x.x -m 'Version x.x.x'
- Push those tags to
blaze
master
git push --tags upstream master
- Upload a tarball to PyPI
python setup.py sdist upload # from within your clone of blaze
- Release email to [email protected].