Skip to content

Commit 6688943

Browse files
authored
Update build_wheels_windows.yml
1 parent 3c8454f commit 6688943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
echo %CMAKE_ARGS%
113113
114114
python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\\wheelhouse -v
115+
dir /s /b build
115116
setlocal enabledelayedexpansion
116117
for /d %%D in (build\lib*) do (
117118
set "BUILDDIR=%%D"

0 commit comments

Comments
 (0)