From 966ab86d406716defe151577fb2cb440419192bc Mon Sep 17 00:00:00 2001 From: Andrew Hankinson Date: Mon, 14 Oct 2024 10:43:42 +0200 Subject: [PATCH] update cibuildwheel [SKIP-CI] Updates to the latest version of ci build wheel. --- .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 9e5b6e98bde..79756439b70 100644 --- a/.github/workflows/python-ci-wheel.yml +++ b/.github/workflows/python-ci-wheel.yml @@ -96,7 +96,7 @@ jobs: #===============================================# # wheels - name: Build wheels - uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0 + uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3 with: output-dir: wheelhouse env: