Skip to content

Commit cd57166

Browse files
committed
* .github/workflows/python.yml: Upgrade pypa/cibuildwheel@v3.3.0.
1 parent a85f6ab commit cd57166

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,13 @@ jobs:
216216
python-version: '3.11'
217217
cache: 'pip'
218218

219+
# FIXME: This step installs clang-cl but cibuildwheel does not use it.
219220
- name: Setup LLVM for Windows ARM64 (NOT WORKING/FIXME)
220221
if: false # ${{ matrix.os == 'windows-11-arm' }}
221222
uses: ./.github/windows_arm64_steps
222223

223224
- name: Build wheels
224-
uses: pypa/cibuildwheel@v3.2.1
225+
uses: pypa/cibuildwheel@v3.3.0
225226
with:
226227
package-dir: python
227228
output-dir: wheelhouse

0 commit comments

Comments
 (0)