Skip to content

Commit 42beb6a

Browse files
committed
tweak release process
1 parent d5cc62c commit 42beb6a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

release.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
15
python setup.py build_ext --inplace
26
nosetests -v
37
python -m doctest README.md
4-
version=`tail -n1 zarr/version.py | sed -e "s/.*version[ ]=[ ]'\(.*\)'/\1/"`
5-
echo $version
68
python setup.py register sdist
79
twine upload dist/zarr-${version}.tar.gz

0 commit comments

Comments
 (0)