We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0301e0 commit ef28542Copy full SHA for ef28542
.github/workflows/deploy.yml
@@ -47,7 +47,7 @@ jobs:
47
name: Set Architecture to arm64 if necessary
48
run: echo "CIBW_ARCHS_MACOS=arm64" >> $GITHUB_ENV
49
- name: Build wheels
50
- uses: pypa/cibuildwheel@v2.12.3
+ uses: pypa/cibuildwheel@v2.13.0
51
env:
52
CIBW_BEFORE_ALL_LINUX: /opt/python/cp39-cp39/bin/pip install z3-solver==${{ env.Z3_VERSION }}
53
- uses: actions/upload-artifact@v3
0 commit comments