diff options
-rw-r--r-- | tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -26,11 +26,12 @@ commands = pytest -vv --cov=gemato --cov-config=.coveragerc -n auto {posargs} [testenv:upload] +skip_install = True deps = + build twine - wheel commands = - python setup.py sdist bdist_wheel + python -m build -s -w twine upload dist/* [testenv:codecov] |