You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
To avoid cases like #708, we should execute
twine check
on the resulting.tar.gz
files produced for python. This would have discovered the issue.The text was updated successfully, but these errors were encountered: