From b62ef96fd80bc425d5cae37cffdd19f0ad475ebb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 18 Aug 2020 17:33:56 +0200 Subject: tox.ini: Use twine for uploading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e4466b7..ffb23f3 100644 --- a/tox.ini +++ b/tox.ini @@ -29,9 +29,11 @@ commands = [testenv:upload] deps = + twine wheel commands = - python setup.py sdist bdist_wheel upload + python setup.py sdist bdist_wheel + twine upload dist/* [testenv:codecov] basepython = python3 -- cgit v1.2.3