Skip to content

Commit badc732

Browse files
committed
update Releasing docs
remove test_op build step
1 parent b1bc8af commit badc732

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RELEASING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Note that any crate not mentioned here (e.g. tensorflow-proto-codegen, tensorflo
3737
1. Bump the version number in `Cargo.toml`
3838
1. Bump the version number in `README.md`
3939
1. Run `./test-all`
40-
1. Double-check that addition.py and test_op are built using the version of TensorFlow being linked against. (See "Upgrading TensorFlow" section.)
40+
1. Double-check that addition.py is built using the version of TensorFlow being linked against. (See "Upgrading TensorFlow" section.)
4141
1. Run `./run-valgrind`
4242
1. Commit and push the changes. (Push before publishing to ensure that the changes being published are up to date.)
4343
1. If the version of tensorflow-sys was bumped, run `cargo publish` for tensorflow-sys. (Publish before tagging in case there are problems publishing and we need to add commits to fix them.)
@@ -64,5 +64,4 @@ Note that any crate not mentioned here (e.g. tensorflow-proto-codegen, tensorflo
6464
1. Run `pip install --upgrade pip`
6565
1. Run `pip install --upgrade tensorflow==${TENSORFLOW_VERSION?}`
6666
1. Run `python examples/addition/addition.py`
67-
1. Run `test_resources/library/build-test-op` and move `test_op.so` into `test_resources/library/linux`.
6867
1. Run `deactivate` to exit the virtualenv

0 commit comments

Comments
 (0)