Skip to content

Commit

Permalink
tox: Add an upload env
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Aug 21, 2023
1 parent 23a3382 commit 53eadd0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ commands =
mypy {posargs:ecleankernel test}
pyflakes {posargs:ecleankernel test}
pycodestyle {posargs:ecleankernel test}

[testenv:upload]
skip_install = True
deps =
build
twine
commands =
python -m build -s -w
twine upload dist/*

0 comments on commit 53eadd0

Please sign in to comment.