summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-11-02 15:59:12 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-11-02 15:59:12 +0100
commitb8c0f6f7e0e0a6e34a6c3d57fe8415894bb1dd75 (patch)
tree132e0540190866e2d3ef1970b50bc058c8847dbb
parentae377082fea8520fb1a3a76746c44424d2c1fa0c (diff)
downloadpython-lxml-b8c0f6f7e0e0a6e34a6c3d57fe8415894bb1dd75.tar.gz
Do not upload plain Linux wheels, only many/musllinux.
-rw-r--r--.github/workflows/wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 4b0141a7..45859d33 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -98,7 +98,7 @@ 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