summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-07-17 02:22:31 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-07-17 02:22:31 +0200
commitb626841385ca65f4f260cef38b5ea32f0dcbe3b1 (patch)
treeab61b06d7e38f3e03e518fed70880faff5620d01
parent566effd518cf6a465cb00c9238c8d9ffe9272d95 (diff)
downloadpython-lxml-b626841385ca65f4f260cef38b5ea32f0dcbe3b1.tar.gz
Try to get the wheel upload working in CI.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 08dec709..f8414495 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -131,7 +131,7 @@ jobs:
- name: Upload Wheel
uses: actions/upload-artifact@v2
- if: ${{ env.STATIC_DEPS == 'true' && env.COVERAGE == 'false' }}
+ if: ${{ matrix.env.STATIC_DEPS == 'true' && env.COVERAGE == 'false' }}
with:
name: wheels-${{ runner.os }}
path: dist/*.whl