Skip to content

Commit da874b5

Browse files
attempt arm64 mac build
1 parent 51f02fd commit da874b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: macos-12
6565
strategy:
6666
matrix:
67-
python-version: ['3.10.5' ]
67+
python-version: ['3.10.5', 'pypy-3.9' ]
6868
steps:
6969
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
7070
- uses: actions/checkout@v2
@@ -97,7 +97,7 @@ jobs:
9797
python -m pip install --upgrade pip
9898
pip3 install cffi
9999
pip3 install wheel
100-
python setup.py bdist_wheel --py-limited-api=cp310
100+
python setup.py bdist_wheel --plat-name macosx_12_0_arm64 --py-limited-api=cp310
101101
102102
103103
- name: Upload build Artifact wheel

0 commit comments

Comments
 (0)