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.
2 parents f6aeb9b + 9f9694b commit f503740Copy full SHA for f503740
.github/workflows/deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
name: Set Architecture to arm64 if necessary
47
run: echo "CIBW_ARCHS_MACOS=arm64" >> $GITHUB_ENV
48
- name: Build wheels
49
- uses: pypa/cibuildwheel@v2.11.3
+ uses: pypa/cibuildwheel@v2.11.4
50
env:
51
CIBW_BEFORE_ALL_LINUX: /opt/python/cp39-cp39/bin/pip install z3-solver==${{ env.Z3_VERSION }}
52
- uses: actions/upload-artifact@v3
0 commit comments