Skip to content

Commit 511ff7f

Browse files
authored
Merge pull request #38 from QianyeSu/dependabot/github_actions/pypa/cibuildwheel-3.4.1
ci(deps): bump pypa/cibuildwheel from 3.4.0 to 3.4.1
2 parents f43a5e2 + fc81fc9 commit 511ff7f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- name: Build wheels (Windows)
165165
if: matrix.buildplat[1] == 'win_amd64'
166166
# uses: pypa/[email protected]
167-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
167+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
168168
with:
169169
output-dir: wheelhouse
170170
env:
@@ -178,7 +178,7 @@ jobs:
178178

179179
- name: Build wheels (macOS x86_64)
180180
if: matrix.buildplat[1] == 'macosx_x86_64'
181-
uses: pypa/[email protected].0
181+
uses: pypa/[email protected].1
182182
with:
183183
output-dir: wheelhouse
184184
env:
@@ -192,7 +192,7 @@ jobs:
192192

193193
- name: Build wheels (macOS arm64)
194194
if: matrix.buildplat[1] == 'macosx_arm64'
195-
uses: pypa/[email protected].0
195+
uses: pypa/[email protected].1
196196
with:
197197
output-dir: wheelhouse
198198
env:
@@ -207,7 +207,7 @@ jobs:
207207
- name: Build wheels (Linux x86_64)
208208
if: matrix.buildplat[1] == 'manylinux_x86_64'
209209
# uses: pypa/[email protected]
210-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
210+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
211211
with:
212212
output-dir: wheelhouse
213213
env:
@@ -229,7 +229,7 @@ jobs:
229229

230230
- name: Build wheels (Linux manylinux2014 x86_64)
231231
if: matrix.buildplat[1] == 'manylinux2014_x86_64'
232-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
232+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
233233
with:
234234
output-dir: wheelhouse
235235
env:
@@ -253,7 +253,7 @@ jobs:
253253
# Build wheels (Linux aarch64) - Temporarily disabled due to Python version availability
254254
# - name: Build wheels (Linux aarch64)
255255
# if: matrix.buildplat[1] == 'manylinux_aarch64'
256-
# uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
256+
# uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
257257
# with:
258258
# output-dir: wheelhouse
259259
# env:

0 commit comments

Comments
 (0)