Use twine's strict mode
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 6 Mar 2021 02:34:40 +0000 (02:34 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 6 Mar 2021 02:34:40 +0000 (02:34 +0000)
Twine has added a --strict option, and for now it succeeds testing
our build artifacts, so start using it.

tox.ini

diff --git a/tox.ini b/tox.ini
index c2acaf5..6e3bdb8 100644 (file)
--- 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]