We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9ccab commit b9aa4adCopy full SHA for b9aa4ad
1 file changed
.github/workflows/build-wheels.yml
@@ -56,6 +56,10 @@ jobs:
56
with:
57
platforms: all
58
59
+ - name: Setup LLVM for Windows ARM64
60
+ if: ${{ matrix.buildplat[1] == 'win_arm64' }}
61
+ uses: ./.github/windows_arm64_steps
62
+
63
- name: Build wheels (Default)
64
uses: pypa/cibuildwheel@v3.1
65
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
0 commit comments