Skip to content

Commit ee634e9

Browse files
committed
enable aarch64 artifacts
1 parent 965e09c commit ee634e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ jobs:
137137
- uses: actions/upload-artifact@v2
138138
# Some QEMU+Cython float precision issue, so do not upload/bundle artifact for now
139139
# Just want to be sure builds and runs without error
140-
if: matrix.arch != 'manylinux_i686' && matrix.arch != 'manylinux_aarch64'
140+
# UPDATE: Use them for now; want to support new Pi aarch64 OS
141+
# if: matrix.arch != 'manylinux_i686' && matrix.arch != 'manylinux_aarch64'
141142
with:
142143
name: python-dist
143144
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)