Skip to content

Commit 96dc33c

Browse files
committed
chore(ci): inspect built package
1 parent 582c1fc commit 96dc33c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ jobs:
102102
VERSION=$(basename dist/*.whl | cut -d- -f2)
103103
echo "version=${VERSION}" >> $GITHUB_OUTPUT
104104
105+
- name: Inspect packages
106+
run: |
107+
ls -R dist
108+
unzip dist/*.whl -d dist/unpacked
109+
ls -R dist/unpacked
110+
105111
- name: Publish distribution to Test PyPI
106112
env:
107113
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)