Skip to content

Commit fc9b35a

Browse files
committed
Fix wheel unpack input
1 parent e8753dd commit fc9b35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195

196196
- name: Validate wheel RECORD
197197
shell: bash -el {0}
198-
run: for whl in $(ls ./dist/*.whl); do wheel unpack ./dist/$whl -d /tmp; done
198+
run: for whl in $(ls ./dist/*.whl); do wheel unpack $whl -d /tmp; done
199199

200200
- uses: actions/upload-artifact@v5
201201
with:

0 commit comments

Comments
 (0)