From 9c0868f03775267d762da2067a6ceb40515b7338 Mon Sep 17 00:00:00 2001 From: Joe Runde Date: Wed, 30 Oct 2024 13:04:28 -0600 Subject: [PATCH] :construction_worker: use latest cibuildwheel for py312, py313 wheels Signed-off-by: Joe Runde --- .github/workflows/release_pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_pypi.yaml b/.github/workflows/release_pypi.yaml index 7844049a..c5b67cb4 100644 --- a/.github/workflows/release_pypi.yaml +++ b/.github/workflows/release_pypi.yaml @@ -28,7 +28,7 @@ jobs: platforms: all - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.12.3 + run: python -m pip install cibuildwheel==2.21.3 - name: Set up Rust uses: actions-rs/toolchain@v1