]> git.openstreetmap.org Git - nominatim.git/commitdiff
add instructions for pip package upload
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Apr 2025 09:59:03 +0000 (11:59 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Apr 2025 09:59:03 +0000 (11:59 +0200)
CONTRIBUTING.md

index 311414feeeb01ee33b456f8308f3a01b9ac7f1a2..6c90cd3c3f8c9cf75a5d2e3e6f05ea3c4f97aa7d 100644 (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/*`