Skip to content

Commit aa73a7c

Browse files
authored
Merge pull request numpy#26684 from numpy/dependabot/github_actions/pypa/cibuildwheel-2.19.1
MAINT: Bump pypa/cibuildwheel from 2.19.0 to 2.19.1
2 parents 0ec5d85 + 54ef78d commit aa73a7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/free-threaded-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
fi
138138
139139
- name: Build wheels
140-
uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0
140+
uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1
141141
env:
142142
CIBW_PRERELEASE_PYTHONS: True
143143
CIBW_FREE_THREADED_SUPPORT: True

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
fi
150150
151151
- name: Build wheels
152-
uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0
152+
uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1
153153
env:
154154
CIBW_PRERELEASE_PYTHONS: True
155155
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}

0 commit comments

Comments
 (0)