Skip to content

Commit

Permalink
skip building pypy wheels, it seems to be broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Sep 17, 2024
1 parent 4e783fa commit c581c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_ARCHS_LINUX: ${{ matrix.arch_linux }}
CIBW_PRERELEASE_PYTHONS: true
CIBW_SKIP: pp*

- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit c581c70

Please sign in to comment.