Skip to content

Commit

Permalink
feat(tox): new release environment
Browse files Browse the repository at this point in the history
Install and run `zest.releaser`'s `fullrelease` command to generate,
and upload a new release of the distribution.
  • Loading branch information
gforcada committed Nov 17, 2023
1 parent 8c30aa2 commit 3a183bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/default/tox.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a183bd

Please sign in to comment.