Commit 1d13629
committed
fix(ci): skip isolated verify build in cargo publish
The `cargo publish --verify` step builds the package in an isolated
sandbox where workspace `[patch.crates-io]` overrides are not applied.
Transitive dependencies therefore resolve to upstream crates.io versions
rather than the patched forks used in the workspace, causing the verify
build to fail even when the real build is clean.
`--no-verify` skips this sandbox build; correctness is already proven
by the full workspace CI build that runs before publish.1 parent 784e49b commit 1d13629
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments