Skip to content

[engsys] Pipeline does not flag if the long_description is wrong #13639

Closed

Description

The following is not flagged in the setup.py file

setup(
    ...
    long_description="\n\n",
    ...
)

This will return a 400 Bad Request when trying to release a package to pypi.

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

Metadata

Assignees

Labels

Central-EngSysThis issue is owned by the Engineering System team.EngSysThis issue is impacting the engineering system.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions