Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 5ee14f6

Browse files
yongtangewilderj
authored andcommitted
Update relese binary build command for sig-io (#58)
This PR updates relese binary build command for sig-io Signed-off-by: Yong Tang <[email protected]>
1 parent 39b617b commit 5ee14f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sigs/io/RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ To perform a release in GitHub, the following steps are needed:
2020
To perform a release in PyPI, first complete the above GitHub release, then
2121
build pip packages locally with docker in the following commands
2222
```
23-
$ docker run -it -v ${PWD}:/working_dir -w /working_dir \
24-
tensorflow/tensorflow:custom-op bash -x /working_dir/release.sh <2.7|3.4|3.5|3.6>
23+
$ docker run -it -e BAZEL_VERSION=0.20.0 --rm -v ${PWD}:/working_dir \
24+
-w /working_dir tensorflow/tensorflow:custom-op \
25+
bash -x /working_dir/.travis/python.release.sh <2.7|3.4|3.5|3.6>
2526
```
2627
Note the above commands has to run four times with 2.7, 3.4, 3.5, 3.6
2728
to generate all pip packages for different python versions.

0 commit comments

Comments
 (0)