Skip to content

ci: enable --strict flag in presubmit twine_check #18339

Description

@ohmayr

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/*

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions