Skip to content

Commit

Permalink
cd: Fix cibuildwheel version
Browse files Browse the repository at this point in the history
Apparently we need v2.x version for cibuildwheel, just v2 does not work.
  • Loading branch information
st-bender committed Sep 26, 2023
1 parent 7024720 commit b7929ec
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 @@ -57,7 +57,7 @@ jobs:
env:
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux*"
- name: Build more wheels
uses: pypa/cibuildwheel@v2
uses: pypa/cibuildwheel@v2.16
with:
output-dir: dist
env:
Expand Down

0 comments on commit b7929ec

Please sign in to comment.