Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.17.0 to 2.18.0
Browse files Browse the repository at this point in the history
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17.0 to 2.18.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.17.0...v2.18.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent db089ae commit 94f322f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.18.0

- name: Upload built wheels
uses: actions/upload-artifact@v4
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build and test wheels (without upload)
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.18.0

wheels_linux_arm:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.18.0

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
build-scripts/win-download-qpdf.ps1 $env:QPDF_VERSION ${{ matrix.platform }}
- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.18.0

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 94f322f

Please sign in to comment.