docs(dev/release): Document crates.io, PyPI, and verification pitfalls - #1182
Merged
Conversation
…s from the 0.4.1 release
paleolimbot
approved these changes
Aug 23, 2026
Comment on lines
+282
to
+288
| `cargo publish` resolves `[dev-dependencies]` that carry a version requirement, so | ||
| dev-dependencies that form a cycle with a crate published later must be removed from | ||
| the local checkout before publishing (do not commit these changes). As of 0.4.1 these are | ||
| `sedona-testing` in `sedona-geometry`, `sedona-gdal`, `sedona-geo-generic-alg`, | ||
| `sedona-raster`, `sedona-expr`, and `sedona-functions`; `sedona-proj` in | ||
| `sedona-functions`; and `sedona` in `sedona-pointcloud`, `sedona-tg`, `sedona-geos`, | ||
| `sedona-geoarrow-c`, and `sedona-s2geography`. |
Member
Member
Author
There was a problem hiding this comment.
Agreed that it is a hack. I reworded the paragraph to reference #702 and #1025 and to frame this as a stopgap until the cycles are removed, with the note that the modifications are local-only and the published crate contents are otherwise identical to the voted release. Happy to drop the paragraph entirely once #1025 lands.
Co-authored-by: Dewey Dunnington <dewey@dunnington.ca>
…ound and fix trailing whitespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are included in this PR?
Release-manager notes from the 0.4.1 release, added to
dev/release/README.md:localhost:5432; start the pinneddocker composeservice and make sure no other PostgreSQL is listening there..devtag that does not exist).twine>=7;~/.pypircmust listpypiinindex-servers; use--skip-existingfor resumable uploads.publish-crates.sh), publish from the release tag with the s2geography submodules initialized, list the dev-dependency cycles that must be removed locally, theGDAL_VERSION=3.12.0workaround for GDAL 3.13, and adding the committers team as owner of new crates.Are these changes tested?
Documentation only; pre-commit passes.
Are there any user-facing changes?
No.