Overview
The presubmit twine_check step in ci/run_single_test.sh currently runs twine check dist/* without --strict to avoid false-positive failures caused by missing long_description_content_type metadata in existing setup.py files (see #18211).
Goal
Once long_description_content_type="text/x-rst" is populated across package setup.py files via #18211, re-enable the --strict flag in ci/run_single_test.sh:
twine check --strict dist/*
Overview
The presubmit
twine_checkstep inci/run_single_test.shcurrently runstwine check dist/*without--strictto avoid false-positive failures caused by missinglong_description_content_typemetadata in existingsetup.pyfiles (see #18211).Goal
Once
long_description_content_type="text/x-rst"is populated across packagesetup.pyfiles via #18211, re-enable the--strictflag inci/run_single_test.sh:twine check --strict dist/*