Skip to content

Commit a93f9f5

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,12 @@ deps =
9494
-rdocs/source/requirements.txt
9595
sphinx_rtd_theme
9696
twine >= 3.4.2
97+
build
9798
.
9899
commands =
99100
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
100-
twine check --strict {distdir}/*
101+
python -m build
102+
twine check --strict dist/*
101103

102104
[pytest]
103105
addopts = -q -nauto

0 commit comments

Comments
 (0)