1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-26 12:09:52 +02:00

📝 README-DEV: Mention cleaning up the dict/ directory

This commit is contained in:
Gerber, Mike 2020-02-06 13:02:02 +01:00
parent 4508e3ec47
commit cf7a788854

View file

@ -17,5 +17,6 @@ Release
* git push --tags
PyPI:
* python sdist bdist_wheel
* twine upload dist/ocrd_calamari-<version>*
* `rm -rf dist/` or backup if `dist/` exists already
* In the virtualenv: `python setup.py sdist bdist_wheel`
* `twine upload dist/ocrd_calamari-<version>*`