Skip to content

Commit 1fd1781

Browse files
committed
.
1 parent 759672f commit 1fd1781

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +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
130+
run: |
131+
pip3 install auditwheel
132+
auditwheel show wheelhouse/*.whl
129133
- name: Upload wheels
130134
uses: actions/upload-artifact@v4
131135
with:

0 commit comments

Comments
 (0)