From fd985d0b01354f9264639c74fc93308974dfad61 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 6 Mar 2021 02:34:40 +0000 Subject: [PATCH] Use twine's strict mode Twine has added a --strict option, and for now it succeeds testing our build artifacts, so start using it. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.11.0