mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-10-29 23:04:13 +01:00
450 B
450 B
Testing
In a Python 3 virtualenv:
pip install -e .
pip install -r requirements-test.txt
make test
Release
- Update
ocrd-tool.jsonversion - Update
setup.pyversion git commit -m 'v<version>'git tag -m 'v<version>' 'v<version>'git push --tags
PyPI:
rm -rf dist/or backup ifdist/exists already- In the virtualenv:
python setup.py sdist bdist_wheel twine upload dist/ocrd_calamari-<version>*