Copy all generated Python distribs

pull/6280/head
Masood Malekghassemi 9 years ago
parent e9407c2e74
commit 88baf86d71
  1. 6
      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

Loading…
Cancel
Save