Skip to content

Commit 4457886

Browse files
authored
Update build_wheels_windows.yml
1 parent 6a5fe03 commit 4457886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
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
7474
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
7575
shell: cmd
76-
76+
7777
- name: Saving all wheels
7878
uses: actions/upload-artifact@v4
7979
with:

0 commit comments

Comments
 (0)