Skip to content

Commit 264c345

Browse files
committed
dev: update tox twine check command
1 parent b0ea858 commit 264c345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ deps =
9797
.
9898
commands =
9999
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
100-
twine check --strict {distdir}/*
100+
twine check --strict dist/*
101101

102102
[pytest]
103103
addopts = -q -nauto

0 commit comments

Comments
 (0)