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 cd961eb commit c137778Copy full SHA for c137778
1 file changed
.github/workflows/python_package.yml
@@ -61,7 +61,7 @@ jobs:
61
pip install .
62
mkdir -p stubs_temp
63
pybind11-stubgen dqrobotics --output-dir stubs_temp
64
- python renegerate_stubs.py
+ python regenerate_stubs.py
65
cp -r stubs_temp/dqrobotics/dqrobotics/ dqrobotics-stubs
66
pip uninstall dqrobotics -y
67
- name: Compile
0 commit comments