diff --git a/tox.ini b/tox.ini index 5cadff8..e3f82b4 100644 --- a/tox.ini +++ b/tox.ini @@ -73,12 +73,12 @@ commands = description = Build a wheel and source distribution skip_install = True deps = - pep517 + build twine commands = python -c "from pathlib import Path; \ [x.unlink(missing_ok=True) for x in Path('{toxinidir}/dist').glob('*')]" - python -m pep517.build -s -b {toxinidir} -o {toxinidir}/dist + python -m build -o {toxinidir}/dist {toxinidir} twine check {toxinidir}/dist/* [testenv:release]