From 33135abbeefe71cd4123d70fa4167a517a53f1df Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Tue, 1 Mar 2022 15:38:37 -0800 Subject: [PATCH] Pin twine to 3.8.0 for Windows (#28991) --- tools/run_tests/artifacts/build_artifact_python.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/artifacts/build_artifact_python.bat b/tools/run_tests/artifacts/build_artifact_python.bat index 94418102ed0..ade6981d026 100644 --- a/tools/run_tests/artifacts/build_artifact_python.bat +++ b/tools/run_tests/artifacts/build_artifact_python.bat @@ -58,7 +58,7 @@ python setup.py bdist_wheel || goto :error popd @rem Ensure the generate artifacts are valid. -python -m pip install "twine<=2.0" +python -m pip install twine==3.8.0 python -m twine check dist\* tools\distrib\python\grpcio_tools\dist\* || goto :error xcopy /Y /I /S dist\* %ARTIFACT_DIR% || goto :error