alamb opened a new issue, #2751: URL: https://github.com/apache/arrow-rs/issues/2751
**Describe the bug** When trying to verify the release using the `verify_release_candidate.sh` script from https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh we see an error: ```shell ... + cargo publish --dry-run * Updating* [crates.io](http://crates.io/) index * Packaging* arrow v23.0.0 (/private/var/folders/cl/ycxd_6916zlf50f8mpthd9qw0000gn/T/arrow-23.0.0.XXXXX.yNgAGJ0B/apache-arrow-rs-23.0.0/arrow) *error**:* failed to prepare local package for uploading Caused by: no matching package named `arrow-buffer` found location searched: registry `crates-io` required by package `arrow v23.0.0 (/private/var/folders/cl/ycxd_6916zlf50f8mpthd9qw0000gn/T/arrow-23.0.0.XXXXX.yNgAGJ0B/apache-arrow-rs-23.0.0/arrow)` ``` **To Reproduce** ```shell ./dev/release/verify-release-candidate.sh 23.0.0 2 ``` **Expected behavior** Script should pass **Additional context** Reported by @iajoiner on https://lists.apache.org/thread/df08cc4hg42rg5g5jzb804bvbf9v7jtz -- 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]
