From 71096493ac6efb12f531e6a8e24a33c97e524766 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 6 Feb 2020 13:04:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README-DEV:=20Improve=20info=20a?= =?UTF-8?q?bout=20releasing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-DEV.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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-*`