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

Restore 'setup.py' release step

parent 350a7416
...@@ -59,7 +59,7 @@ omit= ...@@ -59,7 +59,7 @@ omit=
[testenv:release] [testenv:release]
skip_install = True skip_install = True
deps = deps =
pep517>=0.5 wheel
twine[keyring]>=1.13 twine[keyring]>=1.13
path path
passenv = passenv =
...@@ -69,5 +69,5 @@ setenv = ...@@ -69,5 +69,5 @@ setenv =
commands = commands =
python -m bootstrap python -m bootstrap
python -c "import path; path.Path('dist').rmtree_p()" python -c "import path; path.Path('dist').rmtree_p()"
python -m pep517.build . python setup.py release
python -m twine upload dist/* 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