CI: update cibuildwheel to v2.15.0 (#551)

This commit is contained in:
Inada Naoki 2023-08-09 18:20:05 +09:00 committed by GitHub
parent 7cfced5150
commit 715126c67b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ jobs:
make cython
- name: Build
uses: pypa/cibuildwheel@v2.12.0
uses: pypa/cibuildwheel@v2.15.0
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"