Skip to content

Commit

Permalink
chore: Explicitly build for pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre-nistad committed Jan 23, 2025
1 parent bdaf035 commit 8deb937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
# a different fftw3 implementation must be used
CIBW_ARCHS_LINUX: "x86_64"
CIBW_SKIP: "*-musllinux_x86_64"
CIBW_ENABLE: "pypy"
with:
output-dir: 'dist'

Expand Down

0 comments on commit 8deb937

Please sign in to comment.