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