Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Dec 2, 2025

cargo publish --dry-run doesn't work when there are multiple crates that are to be published in the same workspace

Thus, if we change the version of sqlparser_derive, cargo publish --dry-run fails with the 0.60.0 release, as reported in #2118.

Let's remove the cargo publish --dry-run check. I tested locally and verified that the verification procedure now passes with 0.60.0 rc1

 ./dev/release/verify-release-candidate.sh 0.60.0 1

@alamb alamb enabled auto-merge December 2, 2025 19:20
@alamb alamb added this pull request to the merge queue Dec 2, 2025
Merged via the queue into apache:main with commit 0dbb9c9 Dec 2, 2025
10 checks passed
@alamb alamb deleted the alamb/fix_verification branch December 2, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

verifying sqlparser 0.60.0 rc1 fails with sqlparser_derive = "^0.4.0"

1 participant