Browse Source

Update release notes to use sha256 on conda-forge

Steven Silvester 8 years ago
parent
commit
a77548ef29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      RELEASE.md

+ 1 - 1
RELEASE.md

@@ -38,7 +38,7 @@ rm -rf dist
 python setup.py sdist
 python setup.py bdist_wheel --universal
 twine upload dist/*
-md5 dist/*.tar.gz  # get the md5 hash for conda-forge install
+shasum -a 256 dist/*.tar.gz  # get the sha256 hash for conda-forge install
 ```
 
 Publish on conda-forge