kevinjqliu commented on issue #1325: URL: https://github.com/apache/iceberg-rust/issues/1325#issuecomment-2910782152
https://rust.iceberg.apache.org/release.html#official-release ``` git checkout v0.5.0-rc.2 git tag -s "v0.5.0" git push origin "v0.5.0" ``` Tag push triggered - [Security audit](https://github.com/apache/iceberg-rust/actions/runs/15263485037) - [Publish Python 🐍 distribution 📦 to PyPI](https://github.com/apache/iceberg-rust/actions/runs/15263485039) - [Publish](https://github.com/apache/iceberg-rust/actions/runs/15263485043/job/42925109437) The `Publish` workflow fails ``` Run cargo publish --all-features cargo publish --all-features shell: /usr/bin/bash -e {0} env: rust_msrv: 1.85 CARGO_REGISTRY_TOKEN: Updating crates.io index Updating crates.io index Packaging iceberg v0.5.0 (/home/runner/work/iceberg-rust/iceberg-rust/crates/iceberg) Updating crates.io index error: failed to prepare local package for uploading Caused by: failed to select a version for the requirement `iceberg-catalog-memory = "^0.5.0"` candidate versions found which didn't match: 0.4.0, 0.[3](https://github.com/apache/iceberg-rust/actions/runs/15263485043/job/42925109437#step:4:3).0 location searched: crates.io index required by package `iceberg v0.[5](https://github.com/apache/iceberg-rust/actions/runs/15263485043/job/42925109437#step:4:5).0 (/home/runner/work/iceberg-rust/iceberg-rust/crates/iceberg)` Error: Process completed with exit code 101. ``` I think it might be due to `crates/iceberg/Cargo.toml` having `iceberg-catalog-memory = { workspace = true }` in `dev-dependencies` https://github.com/apache/iceberg-rust/blob/fbf9b92e0a201d1e37d74a568687174eac823539/crates/iceberg/Cargo.toml#L93 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org