Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (27 loc) · 891 Bytes

PUBLISHING.rst

File metadata and controls

46 lines (27 loc) · 891 Bytes

PUBLISHING

Note: This folder has been generated by the GAPIC code generator.

The instructions assumes that no changes have been made to folder and its contents since it was created.

PREREQUISITES

TO PUBLISH

  • Make sure you have an account on pypi.
  • Publish your package using tox.
  • tox must be used here or the uploaded package will be invalid!!

    tox -e upload-package

TO PUBLISH THE DOCS

  • Create the docs

    tox -e docs
  • Publish them to pythonhosted.org

    tox -e upload-docs

_`Packaging and Distributing projects`: https://packaging.python.org/en/latest/distributing.html#uploading-your-project-to-pypi _`an account`: https://pypi.python.org/pypi?%3Aaction=register_form _pypi: http://pypi.python.org