提交 11870f95 编写于 作者: A A. Unique TensorFlower 提交者: Geeta Chavan

Remove the trailing 'm' , since the tag for py38 is not cp38m but cp38.

PiperOrigin-RevId: 301682546
Change-Id: I86e3632702ee77f82e3a59ba489a298930588ab9
上级 266ba022
......@@ -19,6 +19,6 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
# Copy and rename to tensorflow
for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*m-win_amd64.whl); do
for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*-win_amd64.whl); do
copy_to_new_project_name "${f}" tensorflow_gpu
done
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册