We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759672f commit 1fd1781Copy full SHA for 1fd1781
.github/workflows/pysplashsurf_CI.yml
@@ -126,6 +126,10 @@ jobs:
126
args: --release --out wheelhouse --auditwheel repair -m pysplashsurf/Cargo.toml
127
# sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
128
manylinux: 2014
129
+ - name: Audit wheels
130
+ run: |
131
+ pip3 install auditwheel
132
+ auditwheel show wheelhouse/*.whl
133
- name: Upload wheels
134
uses: actions/upload-artifact@v4
135
with:
0 commit comments