Skip to content

Commit b1f5096

Browse files
authored
Update build_wheels_windows.yml
1 parent 3f2f857 commit b1f5096

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
@@ -68,6 +68,7 @@ jobs:
6868
python -m pip install --upgrade pip
6969
python -m pip install --upgrade setuptools
7070
python -m pip install cmake
71+
set "CMAKE_GENERATOR=Visual Studio 17 2022"
7172
python -m pip install toml && python -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c['build-system']['requires']))" >> requirements.txt | python -m pip install -r requirements.txt
7273
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
7374
shell: cmd

0 commit comments

Comments
 (0)