Skip to content

Commit

Permalink
Add build to tox
Browse files Browse the repository at this point in the history
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
  • Loading branch information
alex-jw-brooks committed Jun 24, 2024
1 parent 635487d commit c2f020d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,11 @@ passenv =
setenv =
FLIT_USERNAME = __token__
commands = flit publish
skip_install = True
skip_install = True

[testenv:build]
description = build wheel
deps =
build
commands = python -m build
skip_install = True

0 comments on commit c2f020d

Please sign in to comment.