Skip to content

Commit 710035b

Browse files
Bump pypa/cibuildwheel from 2.11.1 to 2.11.2 (#161)
1 parent 1d8eddd commit 710035b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- if: ${{ matrix.config.arch }} == 'arm64'
4646
run: echo "CIBW_ARCHS_MACOS=arm64" >> $GITHUB_ENV
4747
- name: Build wheels
48-
uses: pypa/cibuildwheel@v2.11.1
48+
uses: pypa/cibuildwheel@v2.11.2
4949
env:
5050
CIBW_BEFORE_ALL_LINUX: /opt/python/cp39-cp39/bin/pip install z3-solver==${{ env.Z3_VERSION }}
5151
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)