Skip to content

Commit

Permalink
chore)actions): flattens wheel output into one dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
doublethefish committed Nov 28, 2024
1 parent 16fee71 commit 2abec7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:

- name: Compress wheels
run: |
tar -czvf wheels-archive.tar.gz -C wheelhouse .
mv $(find . -type f) wheelhouse
find . -type d -empty -delete
zip -r wheels-archive.zip wheelhouse
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2abec7d

Please sign in to comment.