We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8753dd commit fc9b35aCopy full SHA for fc9b35a
.github/workflows/wheels.yml
@@ -195,7 +195,7 @@ jobs:
195
196
- name: Validate wheel RECORD
197
shell: bash -el {0}
198
- run: for whl in $(ls ./dist/*.whl); do wheel unpack ./dist/$whl -d /tmp; done
+ run: for whl in $(ls ./dist/*.whl); do wheel unpack $whl -d /tmp; done
199
200
- uses: actions/upload-artifact@v5
201
with:
0 commit comments