From: Jeremy Stanley Date: Sat, 6 Mar 2021 02:34:40 +0000 (+0000) Subject: Use twine's strict mode X-Git-Tag: 0.4.0~10 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=fd985d0b01354f9264639c74fc93308974dfad61;hp=5a014f5b9038812c9695faff015ce2e809c8d9cc Use twine's strict mode Twine has added a --strict option, and for now it succeeds testing our build artifacts, so start using it. --- diff --git a/tox.ini b/tox.ini index c2acaf5..6e3bdb8 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,7 @@ deps = commands = rm -fr dist python setup.py bdist_wheel sdist - twine check dist/* + twine check --strict dist/* usedevelop = False [testenv:docs]