From 194c98a2608af764f6464fec469df8cc434bcb1a Mon Sep 17 00:00:00 2001 From: Taseer Date: Wed, 19 Apr 2017 19:44:49 +0500 Subject: Automate QTIP upload to PyPI. Change-Id: I3be05a75551ca8648f6ea7dea35f1180178e5b7d Signed-off-by: Taseer Ahmed --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index c758183f..42c6fa09 100644 --- a/tox.ini +++ b/tox.ini @@ -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/* -- cgit 1.2.3-korg