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 3ea5e06 commit 8ee1464Copy full SHA for 8ee1464
tox.ini
@@ -30,5 +30,5 @@ deps =
30
pep517
31
twine
32
commands =
33
- python -m pep517.build -s -b {toxinidir} -o {envtmpdir}/dist
34
- twine check {envtmpdir}/dist/*
+ python -m pep517.build -s -b {toxinidir} -o {toxinidir}/dist
+ twine check {toxinidir}/dist/*
0 commit comments