Skip to content

Commit

Permalink
chore(actions): flattens the wheel atrifacts upload
Browse files Browse the repository at this point in the history
... instead of python-platform specific dirs - like
"cibw-wheels-cp313-manylinux_x86_64/" for instance - we put the files at
the root, which should put them all side-by-side and reduce the amount
of wrangling we need to do later.
  • Loading branch information
doublethefish committed Nov 28, 2024
1 parent 258b55d commit c60fe6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.only }}
path: ./wheelhouse/*.whl

collate-wheels:
Expand Down

0 comments on commit c60fe6f

Please sign in to comment.