Skip to content

Commit

Permalink
enable aarch64 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
DaAwesomeP committed Feb 3, 2022
1 parent 965e09c commit ee634e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
- uses: actions/upload-artifact@v2
# Some QEMU+Cython float precision issue, so do not upload/bundle artifact for now
# Just want to be sure builds and runs without error
if: matrix.arch != 'manylinux_i686' && matrix.arch != 'manylinux_aarch64'
# UPDATE: Use them for now; want to support new Pi aarch64 OS
# if: matrix.arch != 'manylinux_i686' && matrix.arch != 'manylinux_aarch64'
with:
name: python-dist
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit ee634e9

Please sign in to comment.