Skip to content

Commit 1722c38

Browse files
committed
fix release process
1 parent 778283f commit 1722c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ git tag -a v$version -m v$version
44
git push --tags
55
python setup.py build_ext --inplace
66
nosetests -v
7-
python -m doctest README.md
7+
python -m doctest README.rst -o NORMALIZE_WHITESPACE
88
python setup.py register sdist
99
twine upload dist/zarr-${version}.tar.gz

0 commit comments

Comments
 (0)