python setup.py build_ext --inplace
tox
# version=x.x.x
echo $version
git tag -a v$version -m v$version
git push --tags
python setup.py register sdist
twine upload dist/numcodecs-${version}.tar.gz
