diff --git a/README-DEV.md b/README-DEV.md index 9e739a4..8a1bbad 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -8,15 +8,15 @@ pip install -r requirements-test.txt make test ~~~ -Release -------- +Releasing +--------- * Update `ocrd-tool.json` version * Update `setup.py` version * `git commit -m 'v'` * `git tag -m 'v' 'v'` * `git push --tags` -PyPI: +### Uploading to PyPI * `rm -rf dist/` or backup if `dist/` exists already * In the virtualenv: `python setup.py sdist bdist_wheel` * `twine upload dist/ocrd_calamari-*`