Skip to content

Commit 64803cd

Browse files
committed
rename windows workflow
1 parent de1575c commit 64803cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
python -m cibuildwheel src/runtime/python --output-dir wheelhouse
4949
50-
- name: Build wheels on OSX
50+
- name: Build wheels on Windows
5151
if: startsWith(matrix.os, 'windows')
5252
env:
5353
CIBW_BEFORE_BUILD: cd src/runtime/c && glibtoolize && autoreconf -i && ./configure && make && sudo make install

0 commit comments

Comments
 (0)