Skip to content

Commit

Permalink
Test: build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shizuo-kaji committed Jan 8, 2025
1 parent 4ca49b6 commit 19fe14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: "3.x"

- uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
]

[build-system]
requires = ["setuptools", "wheel", "scikit-build>=0.13", "cmake>=3.15", "pybind11[global]"]
requires = ["setuptools", "wheel", "scikit-build>=0.13", "cmake>=3.15", "pybind11[cmake]"]

[tool.cibuildwheel]
archs = "x86_64 arm64" # Build for both architectures
Expand Down

0 comments on commit 19fe14c

Please sign in to comment.