Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build of artifact fails if raw directive used #831

Merged
merged 1 commit into from Feb 27, 2022
Merged

Build of artifact fails if raw directive used #831

merged 1 commit into from Feb 27, 2022

Commits on Feb 27, 2022

  1. Build of artifact fails if raw directive used

    A recent change to center the logo made use of the html raw keyword
    in the README. Apparently this fails when building the Bandit artifact.
    
    Checking dist/bandit-1.7.3.dev33-py3-none-any.whl: FAILED
    `long_description` has syntax errors in markup and would not be rendered on PyPI.
    
    line 1: Warning: "raw" directive disabled.
    warning: `long_description_content_type` missing. defaulting to `text/x-rst`.
    
    This change reverts the centering, but keeps the updated link.
    
    Signed-off-by: Eric Brown <browne@vmware.com>
    ericwb committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    cf455cd View commit details
    Browse the repository at this point in the history