We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
{distdir}
dist
1 parent dd269f3 commit c3a268fCopy full SHA for c3a268f
tox.ini
@@ -83,8 +83,8 @@ skip_install = true
83
[testenv:py312-lintreadme]
84
description = Lint the README.rst->.md conversion
85
commands =
86
- python -m build --outdir {distdir}
87
- twine check {distdir}/*
+ python -m build --outdir dist
+ twine check dist/*
88
deps =
89
twine
90
build
0 commit comments