summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2022-04-17 00:22:29 -0700
committerJames R. Barlow <james@purplerock.ca>2022-04-17 00:22:29 -0700
commit78cdca94304590e6bd221322ce7fd315f32e178f (patch)
treeccbb69921241381b9deb4f332577d9299282851e /.github
parentd7da9f1431a64edd1034b35bfcf9235c4339f40a (diff)
Use cibuildwheel 2.4.0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7426118..d6e2ad9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -30,11 +30,11 @@ jobs:
platforms: all
- name: Build wheels
- uses: joerick/cibuildwheel@v2.3.1
+ uses: joerick/cibuildwheel@v2.4.0
if: matrix.platform != 'manylinux_aarch64'
- name: Build wheels (emulated)
- uses: joerick/cibuildwheel@v2.3.1
+ uses: joerick/cibuildwheel@v2.4.0
if: matrix.platform == 'manylinux_aarch64'
env:
CIBW_ARCHS_LINUX: aarch64
@@ -72,7 +72,7 @@ jobs:
python-version: "3.8"
- name: Build wheels
- uses: joerick/cibuildwheel@v2.3.1
+ uses: joerick/cibuildwheel@v2.4.0
#env:
# CIBW_ARCHS_MACOS: x86_64 universal2 # for Apple Silicon
@@ -116,7 +116,7 @@ jobs:
build-scripts/win-download-qpdf.ps1 $env:QPDF_VERSION ${{ matrix.platform }}
- name: Build wheels
- uses: joerick/cibuildwheel@v2.3.1
+ uses: joerick/cibuildwheel@v2.4.0
- uses: actions/upload-artifact@v2
with: