tox.ini: fix building wheel from sdist
This commit is contained in:
parent
9a94c29ead
commit
b2934f7628
2
tox.ini
2
tox.ini
@ -76,4 +76,4 @@ deps = {[testenv:sdist]deps}
|
||||
changedir = {toxinidir}
|
||||
commands =
|
||||
{[testenv:sdist]commands}
|
||||
pip wheel --no-deps --wheel-dir dist --find-links dist ufoLib
|
||||
pip wheel -v --no-deps --no-index --no-cache-dir --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist ufoLib
|
||||
|
Loading…
x
Reference in New Issue
Block a user