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 9af4324 commit 9d18fbfCopy full SHA for 9d18fbf
.github/workflows/build_wheels_windows.yml
@@ -19,7 +19,7 @@ on:
19
20
jobs:
21
Build:
22
- runs-on: windows-2019
+ runs-on: windows-2025
23
strategy:
24
fail-fast: false
25
matrix:
@@ -67,7 +67,7 @@ jobs:
67
python --version
68
python -m pip install --upgrade pip
69
python -m pip install --upgrade setuptools
70
- python -m pip install cmake==3.24.2
+ python -m pip install cmake
71
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
72
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
73
shell: cmd
0 commit comments