Skip to content

Commit ef28542

Browse files
⬆️ Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 (#324)
1 parent e0301e0 commit ef28542

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
@@ -47,7 +47,7 @@ jobs:
4747
name: Set Architecture to arm64 if necessary
4848
run: echo "CIBW_ARCHS_MACOS=arm64" >> $GITHUB_ENV
4949
- name: Build wheels
50-
uses: pypa/cibuildwheel@v2.12.3
50+
uses: pypa/cibuildwheel@v2.13.0
5151
env:
5252
CIBW_BEFORE_ALL_LINUX: /opt/python/cp39-cp39/bin/pip install z3-solver==${{ env.Z3_VERSION }}
5353
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)