Skip to content

Commit

Permalink
Switch back to wheel for unpacking
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 2, 2024
1 parent f7bbc2e commit a69c90f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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<details><summary>Wheel contents</summary>\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)
Expand Down
1 change: 1 addition & 0 deletions requirements/tools.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
check-wheel-contents
twine
wheel
3 changes: 3 additions & 0 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a69c90f

Please sign in to comment.