We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e5a87 commit 54f12c3Copy full SHA for 54f12c3
.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
- run: |
- pip install delvewheel
287
- delvewheel repair -v wheelhouse/*.whl
+ run: delvewheel repair -v wheelhouse/*.whl
288
- name: Upload wheels
289
uses: actions/upload-artifact@v4
290
0 commit comments