Add document about how to release QTIP Python package 49/33149/6
authorTaseer <taseer94@gmail.com>
Sat, 8 Apr 2017 08:35:32 +0000 (13:35 +0500)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 11 Apr 2017 11:33:03 +0000 (19:33 +0800)
JIRA: QTIP-240

Change-Id: Ie946504d9e52a889bc1dfe97248d45c205b1069f
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
docs/testing/developer/devguide/overview.rst

index 6671215..12f9d9f 100644 (file)
@@ -116,6 +116,17 @@ Docker image
 #. Fill in ``RELEASE_VERSION`` with version number not including release name, e.g. ``1.0``
 #. Trigger a manual build
 
+Python Package
+--------------
+
+QTIP is also available as a Python Package. It is hosted on the Python Package Index(PyPI).
+
+#. Install twine with ``pip install twine``
+#. Build the distributions ``python setup.py  sdist bdist_wheel``
+#. Upload the distributions built with ``twine upload dist/*``
+
+NOTE: only package **maintainers** are permitted to upload the package versions.
+
 Release note
 ------------