diff options
author | Taseer <taseer94@gmail.com> | 2017-04-19 19:44:49 +0500 |
---|---|---|
committer | Taseer <taseer94@gmail.com> | 2017-04-20 09:19:33 +0500 |
commit | 194c98a2608af764f6464fec469df8cc434bcb1a (patch) | |
tree | c209ab57266429e018af1536f7092c502a41aad5 | |
parent | 759410e4d9feafc1cff66a47e21227e55c04b4cb (diff) |
Automate QTIP upload to PyPI.
Change-Id: I3be05a75551ca8648f6ea7dea35f1180178e5b7d
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
-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/* |