commit:     5c0a8b5bd9636229b6f263ea49c3f885f62903bd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 15:11:29 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 15:11:29 2023 +0000
URL:        https://gitweb.gentoo.org/proj/gentoopm.git/commit/?id=5c0a8b5b

Update upload rules

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 tox.ini | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/tox.ini b/tox.ini
index 2c04804..b931338 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,10 +8,11 @@ deps =
 commands =
        pytest -vv {posargs}
 
-[testenv:release]
+[testenv:upload]
+skip_install = True
 deps =
-       black
        build
+       twine
 commands =
-       black --check .
-       python -m build
+       python -m build -s -w
+       twine upload dist/*

Reply via email to