From 264c345a8a1c3ad6ca15e5961902e47cc2e48c3d Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Mon, 17 Apr 2023 21:28:09 -0700 Subject: [PATCH] dev: update tox twine check command --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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