aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-05-04 06:33:15 -0700
committerGravatar Masood Malekghassemi <atash@google.com>2016-05-04 15:30:30 -0700
commit88baf86d710a2234f6f83a04d46fbe162a4ef0d4 (patch)
tree3468cd8bab4d6762dcdadf54381654d603aae936 /tools
parente9407c2e74a3ca3819d78a8ffa4d20fb51a00a59 (diff)
Copy all generated Python distribs
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/build_artifact_python.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/run_tests/build_artifact_python.sh b/tools/run_tests/build_artifact_python.sh
index 920d255aed..35c3a48afa 100755
--- a/tools/run_tests/build_artifact_python.sh
+++ b/tools/run_tests/build_artifact_python.sh
@@ -73,7 +73,7 @@ then
for wheel in tools/distrib/python/grpcio_tools/dist/*.whl; do
${AUDITWHEEL} repair $wheel -w artifacts/
done
-else
- cp -r dist/* artifacts
- cp -r tools/distrib/python/grpcio_tools/dist/* artifacts
fi
+
+cp -r dist/* artifacts
+cp -r tools/distrib/python/grpcio_tools/dist/* artifacts