diff --git a/action.yml b/action.yml index f702262..50a62bf 100644 --- a/action.yml +++ b/action.yml @@ -139,7 +139,7 @@ runs: if [[ "${{ inputs.skip-wheel }}" != 'true' ]]; then mkdir -p out/wheels - unzip *.whl -d out/wheels + /tmp/baipp/bin/python -m wheel unpack --dest out/wheels *.whl echo -e '\n
Wheel contents\n' >> $GITHUB_STEP_SUMMARY (cd /tmp/baipp/dist/out/wheels && tree -Da --timefmt="%Y-%m-%dT%H:%M:%SZ" * | sed 's/^/ /' | tee -a $GITHUB_STEP_SUMMARY) diff --git a/requirements/tools.in b/requirements/tools.in index bc8fa44..72e5067 100644 --- a/requirements/tools.in +++ b/requirements/tools.in @@ -1,3 +1,4 @@ build check-wheel-contents twine +wheel diff --git a/requirements/tools.txt b/requirements/tools.txt index 43f4d97..9904e19 100644 --- a/requirements/tools.txt +++ b/requirements/tools.txt @@ -427,6 +427,9 @@ urllib3==2.2.1 \ # via # requests # twine +wheel==0.43.0 \ + --hash=sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85 \ + --hash=sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81 wheel-filename==1.4.1 \ --hash=sha256:a53d8ece58822eb27b3a8841c6b4bebf357f19ff0dd83ce9179756f64a4bc0df \ --hash=sha256:e2e1eb0780910a0148358252aad6394cc674250686c56c39aa379493438370b3