Skip to content

Commit

Permalink
Remove unpassable cargo publish check from verify-release-candidate.sh (
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 29, 2021
1 parent c7cf8f7 commit 898924f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,17 +139,9 @@ test_source_distribution() {
cargo publish --dry-run
popd

pushd arrow-flight
cargo publish --dry-run
popd
# Note can't verify parquet/arrow-flight/parquet-derive until arrow is actually published
# as they depend on arrow

pushd parquet
cargo publish --dry-run
popd

pushd parquet_derive
cargo publish --dry-run
popd
}

TEST_SUCCESS=no
Expand Down

0 comments on commit 898924f

Please sign in to comment.