Skip to content

Commit 9f9694b

Browse files
⬆️ Bump pypa/cibuildwheel from 2.11.3 to 2.11.4
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.3 to 2.11.4. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.11.3...v2.11.4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6aeb9b commit 9f9694b

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

0 commit comments

Comments
 (0)