diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-04-12 07:11:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-12 07:11:24 +0000 |
commit | 986ced7b2b7c51c30b5b7ab4b495a97de4279f80 (patch) | |
tree | 3f258d0f395dda7adc1b7a3407288d9de32c5c0c /docs/testing/developer | |
parent | 940b64dfbb9992c77d1c888719d5b30a212e8f4f (diff) | |
parent | 2015758b6291d2a8f9d735e31ba7ed879bbfae37 (diff) |
Merge "Add document about how to release QTIP Python package"
Diffstat (limited to 'docs/testing/developer')
-rw-r--r-- | docs/testing/developer/devguide/overview.rst | 11 |
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 ------------ |