Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.19.2 to 2.20.0
  • Loading branch information
ericpre authored Aug 6, 2024
2 parents 8388ed6 + 1dc96af commit e499110
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches-ignore:
- 'dependabot/*'
- 'dependabot/**'
- 'pre-commit-ci-update-config'
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches-ignore:
- 'dependabot/*'
- 'dependabot/**'
- 'pre-commit-ci-update-config'
workflow_dispatch:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
CIBW_TEST_SKIP: "cp38-macosx_arm64"
# No need to build wheels for pypy because the pure python wheels can be used
# PyPy documentation recommends no to build the C extension
CIBW_SKIP: "{pp*,*-musllinux*,*win32,*-manylinux_i686}"
# CPython 3.13 not supported yet because of pint
CIBW_SKIP: "{pp*,cp313*,*-musllinux*,*win32,*-manylinux_i686}"
strategy:
fail-fast: false
matrix:
Expand All @@ -49,7 +50,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels for CPython
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_ARCHS: ${{ matrix.CIBW_ARCHS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches-ignore:
- 'dependabot/*'
- 'dependabot/**'
- 'pre-commit-ci-update-config'
workflow_dispatch:

Expand Down

0 comments on commit e499110

Please sign in to comment.