Commit 6429e2c5 authored by Jason R. Coombs's avatar Jason R. Coombs

Restore 'setup.py' release step

parent 350a7416
......@@ -59,7 +59,7 @@ omit=
[testenv:release]
skip_install = True
deps =
pep517>=0.5
wheel
twine[keyring]>=1.13
path
passenv =
......@@ -69,5 +69,5 @@ setenv =
commands =
python -m bootstrap
python -c "import path; path.Path('dist').rmtree_p()"
python -m pep517.build .
python setup.py release
python -m twine upload dist/*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment