Skip to content

Commit 1421aa0

Browse files
committed
.
1 parent 54f12c3 commit 1421aa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,16 +275,16 @@ jobs:
275275
with:
276276
python-version: 3.12
277277
architecture: ${{ matrix.target }}
278-
- name: Install dependencies
279-
run: pip install delvewheel
280278
- name: Build wheels
281279
uses: PyO3/maturin-action@v1
282280
with:
283281
target: ${{ matrix.target }}
284282
args: --release --out wheelhouse -m pysplashsurf/Cargo.toml
285283
# sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
286-
- name: Audit & fix wheels
287-
run: delvewheel repair -v wheelhouse/*.whl
284+
- name: Audit wheels
285+
run: |
286+
pip install delvewheel
287+
delvewheel show -v wheelhouse/*.whl
288288
- name: Upload wheels
289289
uses: actions/upload-artifact@v4
290290
with:

0 commit comments

Comments
 (0)