1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-08 19:29:53 +02:00

🗒️ README-DEV: Also release on GitHub

This commit is contained in:
Gerber, Mike 2020-08-06 14:04:17 +02:00
parent 86410110bc
commit f6dfedf837

View file

@ -15,6 +15,7 @@ Releasing
* `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`
* Do a release on GitHub
### Uploading to PyPI ### Uploading to PyPI
* `rm -rf dist/` or backup if `dist/` exists already * `rm -rf dist/` or backup if `dist/` exists already