From 84e0ab239502821ec1baf65183d5dc3a0a1d2efa Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Fri, 9 Feb 2024 12:05:57 +0100 Subject: [PATCH] Update cibuildwheel to 2.16.5 --- .github/workflows/python-ci-wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci-wheel.yml b/.github/workflows/python-ci-wheel.yml index 219ed29ce00..f425bef5845 100644 --- a/.github/workflows/python-ci-wheel.yml +++ b/.github/workflows/python-ci-wheel.yml @@ -82,7 +82,7 @@ jobs: #===============================================# # wheels - name: Build wheels - uses: pypa/cibuildwheel@v2.16.1 + uses: pypa/cibuildwheel@v2.16.5 with: output-dir: wheelhouse env: