mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-18 16:19:54 +02:00
📝 README-DEV: Improve info about releasing
This commit is contained in:
parent
b26194179c
commit
71096493ac
1 changed files with 3 additions and 3 deletions
|
@ -8,15 +8,15 @@ pip install -r requirements-test.txt
|
||||||
make test
|
make test
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Release
|
Releasing
|
||||||
-------
|
---------
|
||||||
* Update `ocrd-tool.json` version
|
* Update `ocrd-tool.json` version
|
||||||
* Update `setup.py` version
|
* Update `setup.py` version
|
||||||
* `git commit -m 'v<version>'`
|
* `git commit -m 'v<version>'`
|
||||||
* `git tag -m 'v<version>' 'v<version>'`
|
* `git tag -m 'v<version>' 'v<version>'`
|
||||||
* `git push --tags`
|
* `git push --tags`
|
||||||
|
|
||||||
PyPI:
|
### Uploading to PyPI
|
||||||
* `rm -rf dist/` or backup if `dist/` exists already
|
* `rm -rf dist/` or backup if `dist/` exists already
|
||||||
* In the virtualenv: `python setup.py sdist bdist_wheel`
|
* In the virtualenv: `python setup.py sdist bdist_wheel`
|
||||||
* `twine upload dist/ocrd_calamari-<version>*`
|
* `twine upload dist/ocrd_calamari-<version>*`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue