diff --git a/README-DEV.md b/README-DEV.md new file mode 100644 index 0000000..90cd236 --- /dev/null +++ b/README-DEV.md @@ -0,0 +1,11 @@ +Release +------- +* Update ocrd-tool.json version +* Update setup.py version +* git commit -m 'v' +* git tag -m 'v' 'v' +* git push --tags + +PyPI: +* python sdist bdist_wheel +* twine upload dist/ocrd_calamari-*