From d8175cfcb42224a5476de5926d7d5faabcd42de6 Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Sat, 9 Dec 2023 00:22:11 -0500 Subject: [PATCH] Update cibuildwheel to build Python 3.12 wheels --- .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: