1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-08 19:29:53 +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 * git push --tags
PyPI: PyPI:
* python sdist bdist_wheel * `rm -rf dist/` or backup if `dist/` exists already
* twine upload dist/ocrd_calamari-<version>* * In the virtualenv: `python setup.py sdist bdist_wheel`
* `twine upload dist/ocrd_calamari-<version>*`