Skip to content

Commit 01e5921

Browse files
committed
FIX: build pypi action
1 parent 1de467b commit 01e5921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
cmake -S . -B build -A x64 -DBUILD_PYTHON_MODULE=ON -DBUILD_TESTS=OFF -DRUN_TESTS=OFF
3636
- name: CMake Build
37-
run: ${{github.workspace}}/cmake/build.bat
37+
run: cmake --build build --config Release
3838

3939
- name: Build wheel
4040
run: |

0 commit comments

Comments
 (0)