Skip to content

Commit

Permalink
Merge pull request #2257 from SciTools/dependabot/github_actions/pypa…
Browse files Browse the repository at this point in the history
…/cibuildwheel-2.16.2

Bump pypa/cibuildwheel from 2.16.0 to 2.16.2
  • Loading branch information
QuLogic authored Oct 13, 2023
2 parents f946084 + f022c64 commit 53260b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=$(
Expand All @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 53260b6

Please sign in to comment.