Skip to content

Commit d798e1e

Browse files
Merge pull request #1772 from shadowdragon89/cp_r2.4_20201120_141553
Fix release script
2 parents c48d83c + 9366868 commit d798e1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tensorflow_serving/tools/pip_package/build_pip_package.sh

-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ function main() {
7272

7373
echo "Adding package setup files"
7474
cp ${PIP_SRC_DIR}/setup.py "${TMPDIR}"
75-
cp LICENSE "${TMPDIR}"
7675

7776
pushd "${TMPDIR}"
78-
python3 -m pip install --upgrade wheel -q
7977
echo $(date) : "=== Building wheel (CPU)"
8078
python3 setup.py bdist_wheel --universal \
8179
--project_name tensorflow-serving-api # >/dev/null

0 commit comments

Comments
 (0)