Tox doesnt release anymore

This commit is contained in:
Luke Murphy 2020-07-07 14:56:59 +02:00
parent a667bd989e
commit 3c2a31b61d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 10 deletions

View File

@ -73,14 +73,4 @@ commands = black {posargs:--check} flat_tree/ test/
skipdist = True
deps = mypy
commands = mypy {posargs:--ignore-missing-imports} flat_tree/ test/
[testenv:release]
deps = twine
commands =
rm -rf {toxworkdir}/dist
python -m setup sdist --dist-dir {toxworkdir}/dist bdist_wheel
python -m setup sdist --dist-dir {toxworkdir}/dist bdist_egg
twine upload {toxworkdir}/dist/*
whitelist_externals =
rm
"""