Skip to content

Commit c3a268f

Browse files
tom-tanmr-c
authored andcommitted
Replace {distdir} with dist
1 parent dd269f3 commit c3a268f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ skip_install = true
8383
[testenv:py312-lintreadme]
8484
description = Lint the README.rst->.md conversion
8585
commands =
86-
python -m build --outdir {distdir}
87-
twine check {distdir}/*
86+
python -m build --outdir dist
87+
twine check dist/*
8888
deps =
8989
twine
9090
build

0 commit comments

Comments
 (0)