diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f707a3d2..8fb9c6b78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install cibuildwheel - run: pipx install cibuildwheel==2.14.1 + run: pipx install cibuildwheel==2.16.2 - id: set-matrix run: | MATRIX=$( @@ -71,7 +71,7 @@ jobs: ) echo "include=$MATRIX" >> $GITHUB_OUTPUT env: - CIBW_BUILD: "cp39-* cp310-* cp311-*" + CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*" # Skip 32 bit windows builds and musllinux due to lack of numpy wheels CIBW_SKIP: "*-win32 *-musllinux*" CIBW_ARCHS_MACOS: x86_64 arm64 @@ -94,7 +94,7 @@ jobs: name: sdist path: dist - - uses: pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0 + - uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2 with: only: ${{ matrix.only }} package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}