diff options
author | 2017-04-20 08:00:26 +0000 | |
---|---|---|
committer | 2017-04-20 08:00:26 +0000 | |
commit | a1325130fdbbab0c58a08d636b8c0419504020a8 (patch) | |
tree | 0fb263ab5c16bb6012106915cb61e05cdcdae58c | |
parent | fbbeecad08a8c266dfa852f5e60791fb427be27d (diff) | |
parent | 194c98a2608af764f6464fec469df8cc434bcb1a (diff) |
Merge "Automate QTIP upload to PyPI."
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -47,3 +47,9 @@ commands= [pytest] testpaths = tests python_functions = *_test test_* + +[testenv:pip] +deps= twine +commands= + python setup.py sdist bdist_wheel + twine upload dist/* |