summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-11-02 15:19:22 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-11-02 15:19:22 +0100
commitae377082fea8520fb1a3a76746c44424d2c1fa0c (patch)
treedf57a3bcfa9e6e0fc0aeecc8e8f9e222e07d43fa
parentbbee1e900d46bb7044dedf67455f29433aa385ac (diff)
downloadpython-lxml-ae377082fea8520fb1a3a76746c44424d2c1fa0c.tar.gz
Correct the wheel destination path from which they are uploaded.lxml-4.6.4-1
-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..4b0141a7 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/*/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: