Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 7f7b60e

Browse files
committed
Add build and upload tox jobs
1 parent 94d8c55 commit 7f7b60e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tox.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,17 @@ deps =
5959
commands =
6060
isort --check-only .
6161
black --check .
62+
63+
[testenv:build]
64+
skip_install = true
65+
deps =
66+
build
67+
commands =
68+
{envpython} -m build
69+
70+
[testenv:upload]
71+
skip_install = true
72+
deps =
73+
twine
74+
commands =
75+
{envpython} -m twine upload {toxinidir}/dist/*

0 commit comments

Comments
 (0)