From f1ce95be2ac458c7f7ed00d3f582b4af80500c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:53:32 +0800 Subject: [PATCH] chore(deps): bump pypa/cibuildwheel from 2.16.0 to 2.16.1 (#1779) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f1d7667a..be23ab880 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: mv dist/envd_darwin_all/envd bin/envd chmod +x bin/envd - name: Build wheels - uses: pypa/cibuildwheel@v2.16.0 + uses: pypa/cibuildwheel@v2.16.1 env: CIBW_ARCHS_MACOS: arm64, x86_64 CIBW_ARCHS_LINUX: auto64