We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8ee1f commit e8a6e4eCopy full SHA for e8a6e4e
.github/workflows/build.yml
@@ -126,7 +126,7 @@ jobs:
126
echo "MACOSX_DEPLOYMENT_TARGET=10.12" >> "$GITHUB_ENV"
127
128
- name: Create wheels
129
- uses: pypa/cibuildwheel@6cccd09a31908ffd175b012fb8bf4e1dbda3bc6c # v2.23.0
+ uses: pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
130
env:
131
CIBW_ARCHS: ${{ matrix.archs }}
132
CIBW_BUILD: ${{ steps.cibw-filter.outputs.build }}
@@ -189,7 +189,7 @@ jobs:
189
platforms: arm64
190
191
192
193
194
195
CIBW_BUILD: ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }}
0 commit comments