Skip to content

Commit

Permalink
Pin twine to 3.8.0 for Windows (grpc#28991)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng authored Mar 1, 2022
1 parent 20521fb commit 33135ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/artifacts/build_artifact_python.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33135ab

Please sign in to comment.