summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTaseer <taseer94@gmail.com>2017-04-08 13:35:32 +0500
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-11 19:33:03 +0800
commit2015758b6291d2a8f9d735e31ba7ed879bbfae37 (patch)
tree233791951e7fffd802ed7739c3e408b8b6a18299 /docs
parenta4878f6c98855f5392324e0e72df3e2711022dd9 (diff)
Add document about how to release QTIP Python package
JIRA: QTIP-240 Change-Id: Ie946504d9e52a889bc1dfe97248d45c205b1069f Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/testing/developer/devguide/overview.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/testing/developer/devguide/overview.rst b/docs/testing/developer/devguide/overview.rst
index 66712155..12f9d9f1 100644
--- a/docs/testing/developer/devguide/overview.rst
+++ b/docs/testing/developer/devguide/overview.rst
@@ -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
------------