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

Conversation

RomainMuller
Copy link
Contributor

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


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

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 RomainMuller requested a review from a team as a code owner August 14, 2019 19:55
@mergify
Copy link
Contributor

mergify bot commented Aug 14, 2019

Thank you for contributing! ❤️ I will now look into making sure
the PR is up-to-date, then proceed to try and merge it!

@mergify mergify bot merged commit f3d1da0 into master Aug 14, 2019
@mergify mergify bot deleted the rmuller/twine-check branch August 14, 2019 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python: verify distribution tarballs with twine check
2 participants