add instructions for pip package upload

This commit is contained in:
Sarah Hoffmann
2025-04-01 11:59:03 +02:00
parent fce279226f
commit 9cf5eee5d4

View File

@@ -113,3 +113,5 @@ Checklist for releases:
* run `nominatim --version` to confirm correct version
* [ ] tag new release and add a release on github.com
* [ ] build pip packages and upload to pypi
* `make build`
* `twine upload dist/*`