Skip to content

Commit 54f12c3

Browse files
committed
.
1 parent 59e5a87 commit 54f12c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 3 additions & 3 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
278280
- name: Build wheels
279281
uses: PyO3/maturin-action@v1
280282
with:
281283
target: ${{ matrix.target }}
282284
args: --release --out wheelhouse -m pysplashsurf/Cargo.toml
283285
# sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
284286
- name: Audit & fix wheels
285-
run: |
286-
pip install delvewheel
287-
delvewheel repair -v wheelhouse/*.whl
287+
run: delvewheel repair -v wheelhouse/*.whl
288288
- name: Upload wheels
289289
uses: actions/upload-artifact@v4
290290
with:

0 commit comments

Comments
 (0)