Skip to content

Commit

Permalink
Change to cibuildwheel 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 13, 2024
1 parent a4165e4 commit a5d3568
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cirrus_linux_arm64_wheel_task:
cibuildwheel_script:
- apt-get install -y python3 python-is-python3 pipx
- pipx run --python /usr/bin/python3 --spec cibuildwheel==2.17.0 cibuildwheel
- pipx run --python /usr/bin/python3 --spec cibuildwheel==2.18.0 cibuildwheel

wheels_artifacts:
path: "wheelhouse/*"
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 @@ -120,7 +120,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 @@ -192,7 +192,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 a5d3568

Please sign in to comment.