Skip to content

Commit

Permalink
chore: skip all pypy builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jul 30, 2024
1 parent 77c3ff9 commit 1f2b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp36-* pp37-* pp38-* pp39-*
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp*

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1f2b214

Please sign in to comment.