9 lines
233 B
YAML
9 lines
233 B
YAML
|
|
version: v2
|
||
|
|
clean: true
|
||
|
|
inputs:
|
||
|
|
- directory: proto
|
||
|
|
plugins:
|
||
|
|
- remote: buf.build/protocolbuffers/python:v3.14.0
|
||
|
|
out: api/gen
|
||
|
|
- remote: buf.build/grpc/python:v1.62.1
|
||
|
|
out: api/gen # 必须与上面保持同一输出目录
|