Skip to content

Commit

Permalink
build(deps): bump pypa/cibuildwheel from 2.21.1 to 2.21.2 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 71eb404 commit 92f1657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "[build]`ncompiler=mingw32" | Out-File -Encoding ASCII ~/pydistutils.cfg
- name: Build wheels
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v2.21.2
env:
# Disable building for PyPy and 32bit.
CIBW_SKIP: pp* *-win32 *-manylinux_i686
Expand Down

0 comments on commit 92f1657

Please sign in to comment.