File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 4747 # cibw_archs: "x86_64"
4848 # - os: ubuntu-24.04-arm
4949 # cibw_archs: "aarch64"
50- - os : windows-latest
51- cibw_archs : " AMD64"
50+ # - os: windows-latest
51+ # cibw_archs: "AMD64"
5252 - os : windows-11-arm
5353 cibw_archs : " ARM64"
5454 # - os: macos-13
8080 CIBW_BUILD : " cp39-*"
8181 CIBW_ARCHS : ${{ matrix.cibw_archs }}
8282 # See: https://github.com/matplotlib/matplotlib/blob/1ddb1eccac8cfc25dee47bc538dc5913384b253f/pyproject.toml#L89C1-L95C23
83- CIBW_BEFORE_BUILD : pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy --only-binary numpy
83+ CIBW_BEFORE_BUILD_WINDOWS : >-
84+ pip install delvewheel
85+ && pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy --only-binary numpy
8486 - name : Build wheels for CPython 3.12
8587 # TODO: remove
8688 if : matrix.cibw_archs == 'ARM64'
9294 env :
9395 CIBW_BUILD : " cp312-*"
9496 CIBW_ARCHS : ${{ matrix.cibw_archs }}
97+ CIBW_BEFORE_BUILD_WINDOWS : >-
98+ pip install delvewheel
99+ && pip install numpy
95100 # # - name: Setup Python
96101 # # if: ${{ startsWith(matrix.os, 'windows') }}
97102 # # uses: actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments