Skip to content

Commit

Permalink
Update github workflow and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasantony committed Mar 19, 2023
1 parent a5dcf8c commit 8d64ab2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [auto64]
cibw_build: ["cp3{9,10,11}-*"]
p_ver: ["3.9-3.11"]
cibw_build: ["cp3{7,8,9,10,11}-*"]
p_ver: ["3.7-3.11"]
include:
- arch: aarch64
os: ubuntu-latest
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.12.1
env:
CIBW_ARCHS_MACOS: "x86_64"
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ test-command = "python -c \"import llamacpp\""
skip = ["cp36-*", "pp*", "*-win32", "*-manylinux_i686", "*-musllinux_i686"]

build-verbosity = 3
test-skip = ["*universal2:arm64"]
test-skip = ["*_arm64", "*_universal2:arm64"]

0 comments on commit 8d64ab2

Please sign in to comment.