From 5d6867147dc6baefde6876f211e9709af68cfc78 Mon Sep 17 00:00:00 2001 From: marc Date: Sun, 14 Apr 2024 13:00:00 +0200 Subject: [PATCH] Update cibuildwheel Github action to 2.17.0 Updating the cibuildwheel Github action is needed to get successful builds at least for the Windows build. --- .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 50351e5..c2ecd5b 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.17.0 - uses: actions/upload-artifact@v3 with: