We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de467b commit 01e5921Copy full SHA for 01e5921
.github/workflows/pypi-build.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
cmake -S . -B build -A x64 -DBUILD_PYTHON_MODULE=ON -DBUILD_TESTS=OFF -DRUN_TESTS=OFF
36
- name: CMake Build
37
- run: ${{github.workspace}}/cmake/build.bat
+ run: cmake --build build --config Release
38
39
- name: Build wheel
40
0 commit comments