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 3f2f857 commit b1f5096Copy full SHA for b1f5096
.github/workflows/build_wheels_windows.yml
@@ -68,6 +68,7 @@ jobs:
68
python -m pip install --upgrade pip
69
python -m pip install --upgrade setuptools
70
python -m pip install cmake
71
+ set "CMAKE_GENERATOR=Visual Studio 17 2022"
72
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
73
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
74
shell: cmd
0 commit comments