Skip to content

Commit

Permalink
feat(workflows): add Linux ppc64le and s390x wheels (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed May 12, 2024
1 parent 7a20f35 commit 83dff71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.18
env:
CIBW_BUILD: ${{ env.CIBW_BUILD }}
CIBW_ARCHS_LINUX: auto64 aarch64
CIBW_ARCHS_LINUX: auto64 aarch64 ppc64le s390x
CIBW_ARCHS_WINDOWS: auto64 ARM64
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
with:
Expand Down Expand Up @@ -199,10 +199,10 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.18
env:
CIBW_BUILD: ${{ env.CIBW_BUILD }}
CIBW_ARCHS_LINUX: auto64 aarch64
CIBW_ARCHS_LINUX: auto64 aarch64 ppc64le s390x
CIBW_ARCHS_WINDOWS: auto64 ARM64
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add Linux ppc64le and s390x wheels by [@XuehaiPan](https://github.com/XuehaiPan) in [#25](https://github.com/metaopt/optree/pull/25).
- Add accessor APIs `tree_flatten_with_accessor` and `PyTreeSpec.accessors` by [@XuehaiPan](https://github.com/XuehaiPan) in [#108](https://github.com/metaopt/optree/pull/108).
- Add submodule `optree.functools` by [@XuehaiPan](https://github.com/XuehaiPan) in [#134](https://github.com/metaopt/optree/pull/134).

Expand Down

0 comments on commit 83dff71

Please sign in to comment.