Bump pypa/cibuildwheel from 3.4.1 to 4.0.0 (#691)

This commit is contained in:
dependabot[bot] 2026-06-11 11:54:05 +09:00 committed by GitHub
parent 97ba6ca0d2
commit c410a388c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ jobs:
platforms: ${{ matrix.cibw_archs }}
- name: Build
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"