fix alias for pypi release

This commit is contained in:
Brian Wylie 2017-03-23 15:48:25 -06:00
parent 802a4f618b
commit f72b05b408
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
[bdist_wheel]
[aliases]
release = register clean --all sdist bdist_wheel upload
test_release = register clean --all sdist bdist_wheel upload -r pypitest
release = sdist bdist_wheel upload -r pypi
test_release = sdist bdist_wheel upload -r pypitest
[flake8]
max-line-length = 140