Skip to content

Commit 0d87cdf

Browse files
authored
Update build_wheels_windows.yml
1 parent 34c8ef1 commit 0d87cdf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ jobs:
7171
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
7272
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
7373
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
8274

8375
- name: Saving all wheels
8476
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)