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 29, 2024
1 parent 61701e3 commit bf0bcb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:

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

0 comments on commit bf0bcb8

Please sign in to comment.