Tox doesnt release anymore
This commit is contained in:
parent
a667bd989e
commit
3c2a31b61d
@ -73,14 +73,4 @@ commands = black {posargs:--check} flat_tree/ test/
|
|||||||
skipdist = True
|
skipdist = True
|
||||||
deps = mypy
|
deps = mypy
|
||||||
commands = mypy {posargs:--ignore-missing-imports} flat_tree/ test/
|
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
|
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user