From a2cb038f6bc267287f1e56cb52a81711d8da3744 Mon Sep 17 00:00:00 2001 From: xiaenling Date: Thu, 10 Oct 2024 19:52:13 +0800 Subject: [PATCH] test --- .github/workflows/build.yml | 4 ++-- .gitignore | 1 + pyproject.toml | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d319d76..33dbf69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,9 @@ jobs: strategy: matrix: config: - # - {name: macos, os: macos-13} + - {name: macos, os: macos-13} - {name: linux, os: ubuntu-latest} - # - {name: windows, os: windows-latest} + - {name: windows, os: windows-latest} steps: - uses: actions/checkout@v4 diff --git a/.gitignore b/.gitignore index 1b7b015..8cc18bd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ install dist wheelhouse +.pytest_cache *.egg-info *.spec diff --git a/pyproject.toml b/pyproject.toml index e0b9cd0..49b96d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,7 @@ requires = ["setuptools>=42", "wheel", "cmake>=3.18", "pybind11"] build-backend = "setuptools.build_meta" [tool.cibuildwheel] -#build = ["cp38*", "cp39*", "cp310*", "cp311*", "cp312*", "cp313"] -build = ["cp310*", "cp312*"] +build = ["cp38*", "cp39*", "cp310*", "cp311*", "cp312*", "cp313"] skip = "*musllinux*" test-requires = "pytest" test-command = [