diff --git a/tox.ini b/tox.ini index 7463eb4..eb8ba97 100644 --- a/tox.ini +++ b/tox.ini @@ -27,10 +27,11 @@ commands = skip_install = True deps = towncrier - jaraco.develop + jaraco.develop >= 7.23 passenv = * commands = - python -m jaraco.develop.towncrier build --yes + python -m jaraco.develop.finalize + [testenv:release] skip_install = True