未验证 提交 acf4951a 编写于 作者: M Mihai Maruseac 提交者: GitHub

Merge pull request #37704 from geetachavan1/cherrypicks_RB9MM

[r2.2:Cherrypick] Remove the trailing 'm' , since the tag for py38 is not cp38m but cp38.
......@@ -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.
先完成此消息的编辑!
想要评论请 注册