diff options
-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 |