Skip to content

Commit

Permalink
Correct the wheel destination path from which they are uploaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Nov 2, 2021
1 parent bbee1e9 commit ae37708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Expand Up @@ -98,13 +98,13 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: wheelhouse*/lxml-*.whl
files: wheelhouse/*/lxml-*.whl

- name: Upload wheels
uses: actions/upload-artifact@v2
with:
name: wheels-${{ matrix.image }}
path: wheelhouse*/*-m*linux*.whl # manylinux / musllinux
path: wheelhouse/*/*-m*linux*.whl # manylinux / musllinux
if-no-files-found: ignore

non-Linux:
Expand Down

0 comments on commit ae37708

Please sign in to comment.