Skip to content

Commit d7da221

Browse files
committed
Fix verification script for new sqlparser_derive version
1 parent 29d88fe commit d7da221

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/release/verify-release-candidate.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ test_source_distribution() {
129129
exit 1
130130
fi
131131

132+
# Can't test using dry-run because sqlparser depends on sqlparser_derive
133+
# see https://github.com/crate-ci/cargo-release/issues/691#issuecomment-2059866021
132134
# Check that publish works
133-
cargo publish --dry-run
135+
# cargo publish --dry-run
134136
}
135137

136138
TEST_SUCCESS=no

0 commit comments

Comments
 (0)