And the same on Posix systems

pull/19105/head
Richard Belleville 6 years ago
parent e9ab0e0cd9
commit 7dae1b919b
  1. 2
      tools/run_tests/artifacts/build_artifact_python.sh

@ -131,7 +131,7 @@ then
fi
# Ensure the generated artifacts are valid.
"${PIP}" install twine
"${PYTHON}" -m pip install twine
"${PYTHON}" -m twine check dist/* tools/distrib/python/grpcio_tools/dist/*
cp -r dist/* "$ARTIFACT_DIR"

Loading…
Cancel
Save