Fix "twine"'s dependency "packaging" missing issue (#29360)

* Fix "twine"'s dependency "packaging" missing issue

* Use twine==3.8.0
pull/29364/head
Lidi Zheng 3 years ago committed by GitHub
parent 58de9394aa
commit 997aae5cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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==3.8.0
python -m pip install packaging==21.3 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

Loading…
Cancel
Save