summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2021-10-05 16:52:49 -0700
committerJames R. Barlow <james@purplerock.ca>2021-10-29 16:59:28 -0700
commite38219a52c56cd50f7e5dfee67511ea30c78dbdb (patch)
tree3dd54f64efe2120eb1137d40309f24fdf79e4adc /.github
parentfe259c078fab089230235d0543f4e22082cd61fa (diff)
Use cibuildwheel 2.2.2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheels.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index f89cb90..67e1e98 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -30,11 +30,11 @@ jobs:
platforms: all
- name: Build wheels
- uses: joerick/cibuildwheel@v2.1.1
+ uses: joerick/cibuildwheel@v2.2.2
if: matrix.platform != 'manylinux_aarch64'
- name: Build wheels (emulated)
- uses: joerick/cibuildwheel@v2.1.1
+ uses: joerick/cibuildwheel@v2.2.2
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.1.1
+ uses: joerick/cibuildwheel@v2.2.2
#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.1.1
+ uses: joerick/cibuildwheel@v2.2.2
- uses: actions/upload-artifact@v2
with: