summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-03-14 13:17:05 -0700
committerGitHub <noreply@github.com>2023-03-14 13:17:05 -0700
commitfeb1a9f17c491f6e6874d4a3c814427d0e56ba7a (patch)
treeb12ef2797c87e7925c60c59dac0012eb9e8bfdbc
parent463416cc9f9f7d177f963c31ac33ec8acf199e6e (diff)
parenta2aa50d36656c147d6b86a7f9e376d05dab0ce41 (diff)
downloadsimplejson-feb1a9f17c491f6e6874d4a3c814427d0e56ba7a.tar.gz
Merge pull request #312 from mgiessing/master
Enable ppc64le wheels
-rw-r--r--.github/workflows/build-and-deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml
index 5f0f4f2..5ea6b6f 100644
--- a/.github/workflows/build-and-deploy.yml
+++ b/.github/workflows/build-and-deploy.yml
@@ -38,7 +38,7 @@ jobs:
python -m simplejson.tests._cibw_runner "{project}"
CIBW_SKIP: "pp*"
CIBW_ARCHS_WINDOWS: "auto"
- CIBW_ARCHS_LINUX: "auto aarch64"
+ CIBW_ARCHS_LINUX: "auto aarch64 ppc64le"
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
- name: Build Python 2.7 wheels