yandex-cloud / python-sdk

Yandex.Cloud Python SDK
MIT License
75 stars 24 forks source link

Configure code generation through github actions #41

Closed l0kix2 closed 2 years ago

l0kix2 commented 2 years ago

Github workflow that runs every night, fetches latest protos from cloudapi repository, runs python code generation and pushes result into repository. I tested workflow in my fork and it works as expected.

Note: i had to freeze grpcio-tools==1.42.0, 1.44.0 makes diff like that https://github.com/l0kix2/python-sdk/pull/5 — maybe is ok, but i wanted zero diff here

Before merge: