Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi authored Oct 14, 2023
1 parent 3ee8abe commit 817812e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
platforms: arm64

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.2
uses: pypa/cibuildwheel@v2.16.2
with:
output-dir: dist/
env:
CIBW_ARCHS_MACOS: "x86_64 universal2"
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* pp*
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-* pp*
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_SKIP: "*-musllinux*"

Expand Down

0 comments on commit 817812e

Please sign in to comment.