We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f12c3 commit 1421aa0Copy full SHA for 1421aa0
.github/workflows/pysplashsurf_CI.yml
@@ -275,16 +275,16 @@ jobs:
275
with:
276
python-version: 3.12
277
architecture: ${{ matrix.target }}
278
- - name: Install dependencies
279
- run: pip install delvewheel
280
- name: Build wheels
281
uses: PyO3/maturin-action@v1
282
283
target: ${{ matrix.target }}
284
args: --release --out wheelhouse -m pysplashsurf/Cargo.toml
285
# sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
286
- - name: Audit & fix wheels
287
- run: delvewheel repair -v wheelhouse/*.whl
+ - name: Audit wheels
+ run: |
+ pip install delvewheel
+ delvewheel show -v wheelhouse/*.whl
288
- name: Upload wheels
289
uses: actions/upload-artifact@v4
290
0 commit comments