diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-18 17:33:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-18 17:33:56 +0200 |
commit | b62ef96fd80bc425d5cae37cffdd19f0ad475ebb (patch) | |
tree | 9f35547d8cee27960cf820afd3b3379cd5a26f6c /tox.ini | |
parent | a7bf8d7097fe493b1f3447cd89c5252e8bd29ec2 (diff) | |
download | gemato-b62ef96fd80bc425d5cae37cffdd19f0ad475ebb.tar.gz |
tox.ini: Use twine for uploading
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |