Skip to content

Commit

Permalink
Bump CIBW to version with 3.13.0rc1 (ABI stability with full release)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored Aug 4, 2024
1 parent d578f46 commit d75cd0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_BUILD: "cp313-* cp3*t-*"
CIBW_ARCHS: ${{ matrix.archs }}
CIBW_PRERELEASE_PYTHONS: true
CIBW_FREE_THREADED_SUPPORT: true

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

0 comments on commit d75cd0a

Please sign in to comment.