From 3ca110b4c394e3962a0e75127b049dee3f068154 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 2 Dec 2019 18:32:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20README-DEV.md=20with=20inf?= =?UTF-8?q?o=20how=20to=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-DEV.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README-DEV.md 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-*