From 93b267228eb4124216024fa47b8e6632ce61773a Mon Sep 17 00:00:00 2001 From: Shane Snyder Date: Fri, 26 Apr 2024 08:07:09 -0500 Subject: [PATCH] bump cibuildwheel to 2.17 [wheel build] hopefully this leads to building of Python 3.12 wheels --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index c683aad3c..3b3dd008e 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v2 - name: Build wheels - uses: pypa/cibuildwheel@v2.11.2 + uses: pypa/cibuildwheel@v2.17.0 with: package-dir: ./darshan-util/pydarshan