Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 480 Bytes

RELEASE_PROCEDURE.md

File metadata and controls

25 lines (17 loc) · 480 Bytes

Blaze Release Procedure

  1. Run the conda build recipes across all platforms (Linux, OS X, Windows) including both 32 and 64-bit architectures.

  2. Tag the release version.

git tag -a x.x.x -m 'Version x.x.x'
  1. Push those tags to blaze master
git push --tags upstream master
  1. Upload a tarball to PyPI
python setup.py sdist upload  # from within your clone of blaze
  1. Release email to blaze-dev@continuum.io.