Skip to content

Commit 49291df

Browse files
committed
Don't run cibuildwheel twice on Windows
1 parent d2e8d04 commit 49291df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ jobs:
6565
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows_arm64.sh
6666

6767
# After all the Windows-specific steps above this is what actually
68-
# #builds the wheels for every other OS:
68+
# builds the wheels for every other OS:
6969

7070
- name: Build wheels for any other OS
7171
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
72+
if: ${{ !startsWith( matrix.os , 'windows' ) }}
7273

7374
- uses: actions/upload-artifact@v5
7475
with:

0 commit comments

Comments
 (0)