This commit is contained in:
parent
d218642916
commit
a04a3e32f0
2
tox.ini
2
tox.ini
@ -37,7 +37,7 @@ deps = mypy
|
|||||||
commands = mypy merkle_tree_stream/ test/
|
commands = mypy merkle_tree_stream/ test/
|
||||||
|
|
||||||
[testenv:release]
|
[testenv:release]
|
||||||
deps = {[testenv:metadata-release]deps}
|
deps = twine
|
||||||
commands =
|
commands =
|
||||||
rm -rf {toxworkdir}/dist
|
rm -rf {toxworkdir}/dist
|
||||||
python -m setup sdist --dist-dir {toxworkdir}/dist bdist_wheel
|
python -m setup sdist --dist-dir {toxworkdir}/dist bdist_wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user