hubcio opened a new pull request, #2813: URL: https://github.com/apache/iggy/pull/2813
cargo publish --dry-run resolves dependencies from crates.io, so downstream crates (e.g. iggy_binary_protocol) fail when upstream crates (iggy_common) haven't actually been published. Replace with cargo package --no-verify which validates packaging metadata without the isolated crates.io rebuild — build correctness is already covered by the preceding cargo build step using workspace-local deps. Also temporarily disable Windows Python wheel builds. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
