Skip to content

Commit

Permalink
adjust action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 3, 2024
1 parent 29ac7ef commit 5158c09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,20 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [
ubuntu-20.04,
windows-2022,
macos-13, # x86_64
macos-14, # arm64
]

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: pypa/[email protected]
- name: Build wheels
uses: pypa/[email protected]

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0", "wheel", "Cython", "numpy>=2.0"]
requires = ["setuptools>=61.0", "wheel", "Cython>=3.0.3", "numpy>=2.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 5158c09

Please sign in to comment.