Skip to content

Commit bbf5c9e

Browse files
committed
build(deps): bump pypa/cibuildwheel from 3.3.0 to 3.3.1
1 parent 4e76ab1 commit bbf5c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
4141

4242
- name: Build wheel
43-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
43+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
4444
env:
4545
CIBW_ARCHS: "${{ matrix.archs }}"
4646
CIBW_BUILD: "cp312-${{ matrix.build }}*"

.github/workflows/build-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
python-version: 3.8
134134

135135
- name: Build wheels
136-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
136+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
137137
env:
138138
CIBW_ARCHS: "${{ matrix.archs }}"
139139
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"

0 commit comments

Comments
 (0)