Skip to content

Commit

Permalink
Merge pull request #521 from pikepdf/dependabot/github_actions/pypa/c…
Browse files Browse the repository at this point in the history
…ibuildwheel-2.16.0

Bump pypa/cibuildwheel from 2.15.0 to 2.16.0
  • Loading branch information
jbarlow83 authored Sep 18, 2023
2 parents 7c36cfb + e33f7e2 commit b5080f3
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 @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.0

- name: Upload built wheels
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v4

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

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

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.0

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

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

0 comments on commit b5080f3

Please sign in to comment.