Skip to content

Commit 71d5322

Browse files
fix: add unzip check to wheel build
1 parent 13fda1c commit 71d5322

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/action-common-python-release/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@ runs:
7171
with:
7272
name: wheels_${{ inputs.package-name }}-${{ inputs.python-version }}-${{ inputs.artifact-key }}
7373
path: dist/
74+
75+
- name: unzip test
76+
shell: bash
77+
run: |
78+
unzip -l dist/*
File renamed without changes.

0 commit comments

Comments
 (0)