We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e8d04 commit 49291dfCopy full SHA for 49291df
.github/workflows/buildwheel.yml
@@ -65,10 +65,11 @@ jobs:
65
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows_arm64.sh
66
67
# After all the Windows-specific steps above this is what actually
68
- # #builds the wheels for every other OS:
+ # builds the wheels for every other OS:
69
70
- name: Build wheels for any other OS
71
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
72
+ if: ${{ !startsWith( matrix.os , 'windows' ) }}
73
74
- uses: actions/upload-artifact@v5
75
with:
0 commit comments