From 8e2cba3206cf639518164d8b409f7d21b17d0738 Mon Sep 17 00:00:00 2001 From: Joschka Roffe Date: Mon, 2 Sep 2024 17:09:32 +0100 Subject: [PATCH] updating cibuildwheel version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00fd62f..be481fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build wheels - uses: pypa/cibuildwheel@v2.12.1 + uses: pypa/cibuildwheel@v2.20.0 - uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl