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 34c8ef1 commit 0d87cdfCopy full SHA for 0d87cdf
.github/workflows/build_wheels_windows.yml
@@ -71,14 +71,6 @@ jobs:
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
74
-
75
- - name: Find CMakeCache.txt and check for MSMF
76
- run: |
77
- for /r %%f in (CMakeCache.txt) do (
78
- echo Found: %%f
79
- findstr /i MSMF "%%f"
80
- )
81
- shell: cmd
82
83
- name: Saving all wheels
84
uses: actions/upload-artifact@v4
0 commit comments