Skip to content

Commit

Permalink
cd: Build more wheels with newer cibuildwheel
Browse files Browse the repository at this point in the history
Build more wheels with a newer version of cibuildwheel to also support
newer python versions.
  • Loading branch information
st-bender committed Sep 26, 2023
1 parent 86c5d65 commit 7024720
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
output-dir: dist
env:
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux*"
- name: Build more wheels
uses: pypa/cibuildwheel@v2
with:
output-dir: dist
env:
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux*"
- name: List wheels
run: ls -alF dist/
if: ${{ !startsWith(matrix.os, 'windows') }}
Expand Down

0 comments on commit 7024720

Please sign in to comment.