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

Latest commit

 

History

History
23 lines (13 loc) · 395 Bytes

File metadata and controls

23 lines (13 loc) · 395 Bytes

Maintainer guide

Prerequisites

  • Install automation tools

      pip install --upgrade nox
    

Tasks

  • Install package with local modifications

      pip install -e .
    
  • Regenerate the python gRPC stubs

      git clone https://github.com/googleapis/googleapis
      nox -s protoc
    
  • Create a new google_assistant_grpc release in dist

      nox -s release