From cf7a788854fe506bc41885debdf20d3442d4db34 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 6 Feb 2020 13:02:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README-DEV:=20Mention=20cleaning?= =?UTF-8?q?=20up=20the=20dict/=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-DEV.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README-DEV.md b/README-DEV.md index 366f436..b6f899f 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -17,5 +17,6 @@ Release * git push --tags PyPI: -* python sdist bdist_wheel -* twine upload dist/ocrd_calamari-* +* `rm -rf dist/` or backup if `dist/` exists already +* In the virtualenv: `python setup.py sdist bdist_wheel` +* `twine upload dist/ocrd_calamari-*`