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

feat(python): check distribution artifacts with twine #711

Merged
merged 1 commit into from
Aug 14, 2019

Commits on Aug 14, 2019

  1. feat(python): check distribution artifacts with twine

    Adds a `twine check` invocation at the end of building the distribution
    artifacts for PyPI, in order to ensure the produced bundles will render
    propertly on PyPI, and be valid artifacts.
    
    This particularly guards against "tool old" versions of `setuptools`,
    but could also catch certain other issues.
    
    Fixes #710
    RomainMuller committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    56abba8 View commit details
    Browse the repository at this point in the history