Skip to content

Commit

Permalink
Updated wheel build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri-codes committed May 14, 2024
1 parent 88ff9df commit fb2bce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
# Build fails for Python 3.12, and for PyPy
CIBW_SKIP: cp36-*, cp312-*, pp*
# Build fails for CPython 3.12 and for PyPy 3.10
CIBW_SKIP: cp312-*, pp310-*

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

0 comments on commit fb2bce9

Please sign in to comment.