Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 891 Bytes

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