Skip to content

Commit 2cbbcb7

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): update pypa/cibuildwheel action to v2.19.1
1 parent 4e99009 commit 2cbbcb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo "MACOSX_DEPLOYMENT_TARGET=10.12" >> "$GITHUB_ENV"
105105
106106
- name: Create wheels
107-
uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0
107+
uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1
108108
env:
109109
CIBW_ARCHS: ${{ matrix.archs }}
110110
CIBW_BUILD: ${{ steps.cibw-filter.outputs.build }}
@@ -165,7 +165,7 @@ jobs:
165165
platforms: arm64
166166

167167
- name: Create wheels
168-
uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0
168+
uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1
169169
env:
170170
CIBW_ARCHS: ${{ matrix.archs }}
171171
CIBW_BUILD: ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }}

0 commit comments

Comments
 (0)