Skip to content

Commit

Permalink
Merge pull request #312 from mgiessing/master
Browse files Browse the repository at this point in the history
Enable ppc64le wheels
  • Loading branch information
etrepum committed Mar 14, 2023
2 parents 463416c + a2aa50d commit feb1a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Expand Up @@ -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
Expand Down

0 comments on commit feb1a9f

Please sign in to comment.