Skip to content

Commit acf4951

Browse files
Merge pull request tensorflow#37704 from geetachavan1/cherrypicks_RB9MM
[r2.2:Cherrypick] Remove the trailing 'm' , since the tag for py38 is not cp38m but cp38.
2 parents 266ba02 + 11870f9 commit acf4951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/ci_build/release/windows/gpu_py38_full/release_pip_rename.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ set -x
1919
source tensorflow/tools/ci_build/release/common.sh
2020

2121
# Copy and rename to tensorflow
22-
for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*m-win_amd64.whl); do
22+
for f in $(ls py_test_dir/tensorflow-*cp3*-cp3*-win_amd64.whl); do
2323
copy_to_new_project_name "${f}" tensorflow_gpu
2424
done

0 commit comments

Comments
 (0)