We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cc62c commit 42beb6aCopy full SHA for 42beb6a
release.txt
@@ -1,7 +1,9 @@
1
+# version=x.x.x
2
+echo $version
3
+git tag -a v$version -m v$version
4
+git push --tags
5
python setup.py build_ext --inplace
6
nosetests -v
7
python -m doctest README.md
-version=`tail -n1 zarr/version.py | sed -e "s/.*version[ ]=[ ]'\(.*\)'/\1/"`
-echo $version
8
python setup.py register sdist
9
twine upload dist/zarr-${version}.tar.gz
0 commit comments