summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-11-02 15:59:23 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-11-02 15:59:23 +0100
commitad43340bd405f963049fa6682dbdc9a4e5462a82 (patch)
treeed76123832c917c405d91fc5c3ea96156073cf00
parent96ad726a877d66a94147016ca3d4cd8caec1e93b (diff)
parentb8c0f6f7e0e0a6e34a6c3d57fe8415894bb1dd75 (diff)
downloadpython-lxml-ad43340bd405f963049fa6682dbdc9a4e5462a82.tar.gz
Merge branch 'lxml-4.6'
-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: