Skip to content

Commit

Permalink
Update cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmami committed Apr 2, 2024
1 parent 350e89d commit 89ccdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Build wheels
uses: pypa/cibuildwheel@v2.13.0
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_SKIP: "pp* *-win32 *linux_i686" # skip PyPy, 32-bit
CIBW_TEST_REQUIRES: pytest
Expand Down

0 comments on commit 89ccdfd

Please sign in to comment.