We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8541ed commit d637549Copy full SHA for d637549
1 file changed
python/.readthedocs.yaml
@@ -14,7 +14,7 @@ build:
14
- export PATH=$PWD/protoc/bin:$PATH
15
- PATH=$PWD/protoc/bin:$PATH && protoc --version
16
- pip install maturin
17
- - cd python && maturin build --release -o dist
+ - PATH=$PWD/protoc/bin:$PATH && cd python && maturin build --release -o dist
18
- pip install python/dist/*.whl
19
20
python:
0 commit comments