Skip to content

Commit

Permalink
Merge pull request #161 from hyperspy/dependabot/github_actions/pypa/…
Browse files Browse the repository at this point in the history
…cibuildwheel-2.16.0

Bump pypa/cibuildwheel from 2.14.0 to 2.16.0
  • Loading branch information
ericpre authored Sep 26, 2023
2 parents 40017cf + 0167b69 commit e4e71ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,25 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels for CPython 3.11
uses: pypa/cibuildwheel@v2.14.0
uses: pypa/cibuildwheel@v2.16.0
env:
CIBW_BUILD: "cp311-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}

- name: Build wheels for CPython 3.10
uses: pypa/cibuildwheel@v2.14.0
uses: pypa/cibuildwheel@v2.16.0
env:
CIBW_BUILD: "cp310-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}

- name: Build wheels for CPython 3.9
uses: pypa/cibuildwheel@v2.14.0
uses: pypa/cibuildwheel@v2.16.0
env:
CIBW_BUILD: "cp39-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}

- name: Build wheels for CPython 3.8
uses: pypa/cibuildwheel@v2.14.0
uses: pypa/cibuildwheel@v2.16.0
env:
CIBW_BUILD: "cp38-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}
Expand Down

0 comments on commit e4e71ad

Please sign in to comment.