Skip to content

Commit

Permalink
BUG: Change cibuildwheel version [wheel build]
Browse files Browse the repository at this point in the history
Use the version we used for v2.0.0rc2
  • Loading branch information
charris committed Jun 15, 2024
1 parent 1a68264 commit db8030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
fi
- name: Build wheels
uses: pypa/cibuildwheel@711a3d017d0729f3edde18545fee967f03d65f65 # v2.18.0
uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
env:
CIBW_PRERELEASE_PYTHONS: True
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
Expand Down

0 comments on commit db8030e

Please sign in to comment.