Skip to content

Commit

Permalink
⬆️ Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 16, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent fb13655 commit 19ba74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
name: Set Architecture to arm64 if necessary
run: echo "CIBW_ARCHS_MACOS=arm64" >> $GITHUB_ENV
- name: Build wheels
uses: pypa/cibuildwheel@v2.13.0
uses: pypa/cibuildwheel@v2.13
env:
CIBW_BEFORE_ALL_LINUX: /opt/python/cp39-cp39/bin/pip install z3-solver==${{ env.Z3_VERSION }}
- uses: actions/upload-artifact@v3

0 comments on commit 19ba74f

Please sign in to comment.