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.
1 parent babf73d commit 5932732Copy full SHA for 5932732
tox.ini
@@ -39,8 +39,8 @@ deps =
39
-r {toxinidir}/dev-requirements.txt
40
skip_install = true
41
commands =
42
- python -m build
43
- twine check --strict dist/*
+ python -m build --outdir {envtmpdir}/dist/
+ twine check --strict {envtmpdir}/dist/*
44
check-manifest {toxinidir}
45
black --check {toxinidir}
46
isort --verbose --check-only --diff src tests setup.py
0 commit comments