From 3a183bd9cf8b75ddefc3d1d2131d1ef2d8d56872 Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Sat, 14 Oct 2023 13:41:38 +0200 Subject: [PATCH] feat(tox): new release environment Install and run `zest.releaser`'s `fullrelease` command to generate, and upload a new release of the distribution. --- config/default/tox.ini.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/default/tox.ini.j2 b/config/default/tox.ini.j2 index 550fbc1..dc8975c 100644 --- a/config/default/tox.ini.j2 +++ b/config/default/tox.ini.j2 @@ -313,3 +313,12 @@ commands = # _your own configuration lines_ # """ ## + +[testenv:release] +description = create a new release +skip_install = true +deps = + zest.release[recommended] + -c %(constraints_file)s +commands = + fullrelease