From 06cf7656304d3daa9c59599e6f4e59428dfab17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Mon, 19 Dec 2022 16:02:51 +0100 Subject: [PATCH] Update pypa/cibuildwheel to v2.11.3 --- .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 487bd6f..b718102 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-python@v2 - name: Build wheels - uses: pypa/cibuildwheel@v2.5.0 + uses: pypa/cibuildwheel@v2.11.3 - uses: actions/upload-artifact@v2 with: