We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965e09c commit ee634e9Copy full SHA for ee634e9
.github/workflows/build.yaml
@@ -137,7 +137,8 @@ jobs:
137
- uses: actions/upload-artifact@v2
138
# Some QEMU+Cython float precision issue, so do not upload/bundle artifact for now
139
# Just want to be sure builds and runs without error
140
- if: matrix.arch != 'manylinux_i686' && matrix.arch != 'manylinux_aarch64'
+ # UPDATE: Use them for now; want to support new Pi aarch64 OS
141
+ # if: matrix.arch != 'manylinux_i686' && matrix.arch != 'manylinux_aarch64'
142
with:
143
name: python-dist
144
path: ./wheelhouse/*.whl
0 commit comments