From ffe6016ac038068361b8cdb40ce3b7de11e1e9ac Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Tue, 2 Apr 2024 17:38:32 +0200 Subject: [PATCH] Update cibuildwheel to fix wheel construction in ci on windows --- .github/workflows/wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 85b8a26..310d654 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-python@v3 - name: "Build wheels" - uses: pypa/cibuildwheel@v2.16.1 + uses: pypa/cibuildwheel@v2.16.5 with: package-dir: . env: