Skip to content

Commit

Permalink
Merge pull request #65 from P403n1x87/ci/build-312-wheels
Browse files Browse the repository at this point in the history
ci: build 3.12 wheels
  • Loading branch information
P403n1x87 authored Sep 10, 2024
2 parents eae2b77 + 8aca5a1 commit f1ce747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
CIBW_BEFORE_ALL: './.github/workflows/cibw_before_all.sh'
# TODO: libunwind fails to compile on aarch64
CIBW_ARCHS_LINUX: x86_64 i686 # aarch64 ppc64le s390x
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: "*-musllinux_i686"

- uses: actions/upload-artifact@v3
Expand All @@ -47,7 +47,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS: x86_64 arm64 universal2
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: "*-macosx_10_9_*"

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f1ce747

Please sign in to comment.