File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ jobs:
126126 args : --release --out wheelhouse --auditwheel repair -m pysplashsurf/Cargo.toml
127127 # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
128128 manylinux : 2014
129- - name : Audit wheels
129+ - name : Audit & fix wheels
130130 run : |
131131 pip install auditwheel
132- auditwheel show wheelhouse/*.whl
132+ auditwheel repair wheelhouse/*.whl
133133 - name : Upload wheels
134134 uses : actions/upload-artifact@v4
135135 with :
@@ -205,17 +205,17 @@ jobs:
205205 uses : PyO3/maturin-action@v1
206206 with :
207207 target : ${{ matrix.target }}
208- args : --release --out wheelhouse -m pysplashsurf/Cargo.toml
208+ args : --release --out wheelhouse --auditwheel repair - m pysplashsurf/Cargo.toml
209209 # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
210- manylinux : auto
211- - name : Audit wheels
210+ manylinux : 2014
211+ - name : Audit & fix wheels
212212 run : |
213213 pip install delocate
214214 delocate-wheel -v wheelhouse/*.whl
215215 - name : Upload wheels
216216 uses : actions/upload-artifact@v4
217217 with :
218- name : wheels-linux -${{ matrix.target }}
218+ name : wheels-macos -${{ matrix.target }}
219219 path : wheelhouse
220220
221221 windows_wheels :
You can’t perform that action at this time.
0 commit comments