From 7aa7f3d55c2a5835a0e1f8c06c6c69b948f5ecd9 Mon Sep 17 00:00:00 2001 From: gagolews Date: Thu, 22 Aug 2024 10:17:48 +0200 Subject: [PATCH] v1.1.6 --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 0523d92..c1d612e 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-python@v4 - name: Install cibuildwheel - run: python3 -m pip install cibuildwheel==2.12.1 + run: python3 -m pip install cibuildwheel==2.20.0 - name: Build wheels run: python3 -m cibuildwheel --output-dir wheelhouse