From: Sarah Hoffmann Date: Tue, 1 Apr 2025 09:59:03 +0000 (+0200) Subject: add instructions for pip package upload X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/9cf5eee5d4db2f6729318bd352aaf9faec46cbae?ds=inline add instructions for pip package upload --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 311414fe..6c90cd3c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/*`