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 cef96e1 commit 88ff9df
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
CIBW_SKIP: cp36-*, cp312-*
# Build fails for Python 3.12, and for PyPy
CIBW_SKIP: cp36-*, cp312-*, pp*

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

0 comments on commit 88ff9df

Please sign in to comment.