summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/wheels.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 020f3339..45859d33 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -98,13 +98,13 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
- files: wheelhouse*/lxml-*.whl
+ files: wheelhouse/*/*-m*linux*.whl # manylinux / musllinux
- 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: