Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052bec0 commit 934d1ecCopy full SHA for 934d1ec
1 file changed
.github/workflows/cibuildwheel.yml
@@ -98,7 +98,7 @@ jobs:
98
CIBW_BEFORE_BUILD: pip install certifi oldest-supported-numpy
99
CIBW_ARCHS: ${{ matrix.cibw_archs }}
100
PIP_USE_FEATURE: in-tree-build
101
- if: matrix.cibw_archs != 'aarch64'
+ if: false && matrix.cibw_archs != 'aarch64'
102
103
- name: Validate that LICENSE files are included in wheels
104
run: |
0 commit comments