Skip to content

Commit 5932732

Browse files
committed
build and check in an env tmpdir
1 parent babf73d commit 5932732

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
@@ -39,8 +39,8 @@ deps =
3939
-r {toxinidir}/dev-requirements.txt
4040
skip_install = true
4141
commands =
42-
python -m build
43-
twine check --strict dist/*
42+
python -m build --outdir {envtmpdir}/dist/
43+
twine check --strict {envtmpdir}/dist/*
4444
check-manifest {toxinidir}
4545
black --check {toxinidir}
4646
isort --verbose --check-only --diff src tests setup.py

0 commit comments

Comments
 (0)