From 14fad5c40b68fde610e017fc9f80deea2ccec562 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Wed, 31 Jan 2024 21:03:15 +0900 Subject: [PATCH] Bump cibuildwheels version to fix this issue: https://github.com/pypa/cibuildwheel/issues/1740 --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c3fa5eee..39576454 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 # to supply options, put them in 'env', like: # env: # CIBW_SOME_OPTION: value @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 # to supply options, put them in 'env', like: # env: # CIBW_SOME_OPTION: value