diff --git a/tox.ini b/tox.ini index 87234049..90b22858 100644 --- a/tox.ini +++ b/tox.ini @@ -97,7 +97,7 @@ deps = . commands = sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html - twine check --strict {distdir}/* + twine check --strict dist/* [pytest] addopts = -q -nauto