Skip to content

Commit

Permalink
Wheels: 0.14.4 (#1180)
Browse files Browse the repository at this point in the history
Update the cibuildwheel reference tracking to the 0.14.4 release.
Include Python 3.10 builds.
  • Loading branch information
ax3l authored Jan 22, 2022
1 parent ddd9f73 commit 1775741
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: 'src'
ref: '0.14.3'
ref: '0.14.4'

- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -93,8 +93,7 @@ jobs:
# typename T = lib::type_pack_element_t<I, Ts...>,
# (3) Disable PyPy (manylinux image: yum repo issues)
# https://github.com/pypa/manylinux/issues/899
# (4) CPython 3.10: requires 0.14.4+ (https://github.com/openPMD/openPMD-api/pull/1139)
CIBW_SKIP: "*-win32 *-manylinux_i686 pp*-manylinux* cp310-*"
CIBW_SKIP: "*-win32 *-manylinux_i686 pp*-manylinux*"
CIBW_ARCHS: "${{ matrix.arch }}"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.6"
# Install dependencies
Expand Down
27 changes: 16 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branches:

env:
global:
- OPENPMD_GIT_REF="0.14.3"
- OPENPMD_GIT_REF="0.14.4"

- CIBW_PROJECT_REQUIRES_PYTHON=">=3.6"
# Install dependencies on Linux and OSX
Expand Down Expand Up @@ -51,6 +51,11 @@ jobs:
env:
- CIBW_BUILD="*-musllinux_aarch64"
- CIBW_SKIP="cp36-* cp37-* cp310-*"
- services: docker
arch: arm64
dist: focal
env:
- CIBW_BUILD="cp310-musllinux_aarch64"

# perform a linux PPC64LE build
- services: docker
Expand All @@ -73,11 +78,11 @@ jobs:
dist: focal
env:
- CIBW_BUILD="cp39-manylinux_ppc64le"
# - services: docker
# arch: ppc64le
# dist: focal
# env:
# - CIBW_BUILD="cp310-manylinux_ppc64le"
- services: docker
arch: ppc64le
dist: focal
env:
- CIBW_BUILD="cp310-manylinux_ppc64le"
- services: docker
arch: ppc64le
dist: focal
Expand All @@ -98,11 +103,11 @@ jobs:
dist: focal
env:
- CIBW_BUILD="cp39-musllinux_ppc64le"
# - services: docker
# arch: ppc64le
# dist: focal
# env:
# - CIBW_BUILD="cp310-musllinux_ppc64le"
- services: docker
arch: ppc64le
dist: focal
env:
- CIBW_BUILD="cp310-musllinux_ppc64le"

# perform a linux S390X build
# blocked by https://github.com/GTkorvo/dill/issues/15
Expand Down

0 comments on commit 1775741

Please sign in to comment.