From 8acba6e7d9c4ef907367bcbf712513fd56bcb3e2 Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Sat, 9 Dec 2023 00:23:29 -0500 Subject: [PATCH] Update cibuildwheel to build Python 3.12 wheels (#751) --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 7a4c3482..eda51784 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -22,7 +22,7 @@ jobs: git fetch --prune --unshallow - name: Build wheels - uses: pypa/cibuildwheel@v2.12.3 + uses: pypa/cibuildwheel@vv2.16.2 - uses: actions/upload-artifact@v3 with: