Release v1.1.0rc2 (#619)

This commit is contained in:
Inada Naoki 2024-08-19 20:36:26 +09:00 committed by GitHub
parent 9e26d80ab2
commit 9d0c7f2f9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 3 deletions

View file

@ -38,7 +38,7 @@ jobs:
CIBW_TEST_COMMAND: "pytest {package}/test"
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
CIBW_SKIP: pp*
CIBW_SKIP: "pp* cp38-macosx_*"
- name: Build sdist
if: runner.os == 'Linux'