Skip to content

Commit e818af1

Browse files
committed
Use envtmpdir instead of distdir in tox.ini
1 parent 833a87a commit e818af1

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
@@ -92,8 +92,8 @@ deps =
9292
build[virtualenv] ~= 0.9.0
9393
twine ~= 4.0.0
9494
commands =
95-
{envpython} -m build --outdir {distdir} .
96-
twine {posargs:check} {distdir}/*
95+
{envpython} -m build --outdir {envtmpdir} .
96+
twine {posargs:check} {envtmpdir}/*
9797

9898
[testenv:static]
9999
deps =

0 commit comments

Comments
 (0)