We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e4d00 commit 33437f7Copy full SHA for 33437f7
dev/release/README.md
@@ -295,12 +295,7 @@ Verify that the Cargo.toml in the tarball contains the correct version
295
(cd datafusion/proto && cargo publish)
296
(cd datafusion/substrait && cargo publish)
297
(cd datafusion/ffi && cargo publish)
298
-```
299
-
300
-The CLI needs a `--no-verify` argument because `build.rs` generates source into the `src` directory.
301
302
-```shell
303
-(cd datafusion-cli && cargo publish --no-verify)
+(cd datafusion-cli && cargo publish)
304
```
305
306
### Publish datafusion-cli on Homebrew
0 commit comments