Skip to content

Commit 33437f7

Browse files
authored
Update release README for datafusion-cli publishing (#13982)
1 parent 66e4d00 commit 33437f7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

dev/release/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,7 @@ Verify that the Cargo.toml in the tarball contains the correct version
295295
(cd datafusion/proto && cargo publish)
296296
(cd datafusion/substrait && cargo publish)
297297
(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)
298+
(cd datafusion-cli && cargo publish)
304299
```
305300

306301
### Publish datafusion-cli on Homebrew

0 commit comments

Comments
 (0)