Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.21.1 to 2.21.3 in the github-actions gr…
Browse files Browse the repository at this point in the history
…oup (#144)
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 486997d commit 05f7744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# uses: docker/setup-qemu-action@v3
# with:
# platforms: all
- uses: pypa/cibuildwheel@v2.21.1
- uses: pypa/cibuildwheel@v2.21.3
env:
# Building and testing manylinux2014_aarch64 too is slow.
# See https://github.com/phasorpy/phasorpy/pull/135
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
os: ["ubuntu-22.04", "windows-2019", "macos-12"]
steps:
- uses: actions/checkout@v4
- uses: pypa/cibuildwheel@v2.21.1
- uses: pypa/cibuildwheel@v2.21.3
env:
# CIBW_ENVIRONMENT: "PIP_PRE=1"
CIBW_BUILD_VERBOSITY: 3
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
# uses: docker/setup-qemu-action@v3
# with:
# platforms: all
# - uses: pypa/cibuildwheel@v2.21.1
# - uses: pypa/cibuildwheel@v2.21.3
# env:
# CIBW_ARCHS_LINUX: aarch64
# CIBW_BUILD_VERBOSITY: 2
Expand Down

0 comments on commit 05f7744

Please sign in to comment.