Skip to content

Commit

Permalink
chore(release): build wheels for PyPy on macOS ARM (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed May 1, 2024
1 parent 571a796 commit e48148f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,7 @@ jobs:
strategy:
matrix:
target: [x86_64, aarch64]
python: ['3.12']
include:
# It seems PyPy3.10 is not available on macOS arm64 yet
- target: x86_64
python: pypy3.10
python: ['3.12', 'pypy3.10']
steps:
- name: Check out
uses: actions/checkout@v4
Expand Down

0 comments on commit e48148f

Please sign in to comment.