From 61701e356c3769b926ae5aa61ebf89e6fc9b6048 Mon Sep 17 00:00:00 2001 From: Frank Harrison Date: Fri, 29 Nov 2024 08:24:07 +0000 Subject: [PATCH] chore(actions): lists the files generated by the build, before collating into a single zip and tgz --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b62e099..fac45e0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -78,6 +78,7 @@ jobs: - name: Compress wheels run: | + find . tar -czvf wheels-archive.tar.gz -C wheelhouse . zip -r wheels-archive.zip wheelhouse