Release v1.0.4 (#509)

This commit is contained in:
Inada Naoki 2022-06-03 13:46:51 +09:00 committed by GitHub
parent caadbf2df5
commit b5acfd5383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

View file

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