Skip to content

Commit 8ee1464

Browse files
committed
Switch build over to using toxinidir
1 parent 3ea5e06 commit 8ee1464

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
@@ -30,5 +30,5 @@ deps =
3030
pep517
3131
twine
3232
commands =
33-
python -m pep517.build -s -b {toxinidir} -o {envtmpdir}/dist
34-
twine check {envtmpdir}/dist/*
33+
python -m pep517.build -s -b {toxinidir} -o {toxinidir}/dist
34+
twine check {toxinidir}/dist/*

0 commit comments

Comments
 (0)