We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c897c commit de94027Copy full SHA for de94027
1 file changed
build-bindings-job.yml
@@ -156,9 +156,9 @@ jobs:
156
- bash: |
157
micromamba activate cpp-py-bindgen && \
158
cd build && \
159
- python -m pybind11_stubgen OCP -o . --root-suffix stubs && \
+ python -m pybind11_stubgen -o . OCP && \
160
+ rm -rf OCP-stubs/setup.py OCP-stubs/__pycache__ OCP-stubs/MANIFEST.in && \
161
cp -r "../../$(OCP_src)" ../upload && \
- mv OCPstubs OCP-stubs &&\
162
cp -r OCP-stubs ../upload/
163
displayName: 'Generate stubs and prepare for upload'
164
0 commit comments