File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -143,17 +143,6 @@ jobs:
143
143
echo "CIBW_ENVIRONMENT_MACOS=PKG_CONFIG_PATH=$PWD/.openblas" >> "$GITHUB_ENV"
144
144
fi
145
145
146
- # Used to run cibuildwheel
147
- # - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
148
- # with:
149
- # python-version: "3.14"
150
- # allow-prereleases: true
151
-
152
- - name : Pyodide setup
153
- if : ${{ matrix.buildplat[1] == 'pyodide_wasm32' }}
154
- run : |
155
- echo "CIBW_PLATFORM=pyodide" >> "$GITHUB_ENV"
156
-
157
146
- name : Build wheels
158
147
159
148
env :
@@ -164,14 +153,6 @@ jobs:
164
153
output-dir : dist
165
154
config-file : cibuildwheel.toml
166
155
167
- # - name: Build wheel
168
- # env:
169
- # CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
170
- # SRC: ${{ github.workspace }}/numpy-src
171
- # run: |
172
- # python -m pip install cibuildwheel==3.1.4
173
- # python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./dist
174
-
175
156
- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
176
157
with :
177
158
name : ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
You can’t perform that action at this time.
0 commit comments