Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Neches committed Sep 17, 2024
1 parent 332b673 commit e58ebc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,23 +86,23 @@ jobs:
platforms: arm64

- name: Build wheels for CPython 3.12
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.21.1
with:
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
env:
CIBW_BUILD: "cp312-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}

- name: Build wheels for CPython 3.11
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.21.1
with:
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
env:
CIBW_BUILD: "cp311-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}

- name: Build wheels for CPython 3.10
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.21.1
with:
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
env:
Expand Down

0 comments on commit e58ebc5

Please sign in to comment.