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 1d8eddd commit 710035bCopy full SHA for 710035b
.github/workflows/deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
- if: ${{ matrix.config.arch }} == 'arm64'
46
run: echo "CIBW_ARCHS_MACOS=arm64" >> $GITHUB_ENV
47
- name: Build wheels
48
- uses: pypa/cibuildwheel@v2.11.1
+ uses: pypa/cibuildwheel@v2.11.2
49
env:
50
CIBW_BEFORE_ALL_LINUX: /opt/python/cp39-cp39/bin/pip install z3-solver==${{ env.Z3_VERSION }}
51
- uses: actions/upload-artifact@v3
0 commit comments