Skip to content

Commit bc7ea0a

Browse files
committed
feat(tox): new release environment
Install and run `zest.releaser`'s `fullrelease` command to generate, and upload a new release of the distribution.
1 parent f91d2f1 commit bc7ea0a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

config/default/tox.ini.j2

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,3 +313,12 @@ commands =
313313
# _your own configuration lines_
314314
# """
315315
##
316+
317+
[testenv:release]
318+
description = create a new release
319+
skip_install = true
320+
deps =
321+
zest.release[recommended]
322+
-c %(constraints_file)s
323+
commands =
324+
fullrelease

0 commit comments

Comments
 (0)