release v1.1.2 (#649)

This commit is contained in:
Inada Naoki 2025-10-08 17:56:20 +09:00 committed by GitHub
parent 0f3c4be465
commit 19b5d33ded
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 23 additions and 20 deletions

View file

@ -29,7 +29,7 @@ jobs:
make cython
- name: Build
uses: pypa/cibuildwheel@v3.1.1
uses: pypa/cibuildwheel@v3.2.0
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"