Skip to content

Commit

Permalink
Merge branch 'master' of git+ssh://github.com/lxml/lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jul 5, 2023
2 parents 914e1ba + 0a367d0 commit 0cf85a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -178,7 +178,7 @@ jobs:

- name: Cache [libs]
uses: actions/cache@v3
if: ${{ matrix.env.STATIC_DEPS == 'true' }}
if: matrix.env.STATIC_DEPS
with:
path: |
libs/*.xz
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:

- name: Upload Wheel
uses: actions/upload-artifact@v3
if: matrix.env.STATIC_DEPS == true || matrix.env.STATIC_DEPS == 'true'
if: matrix.env.STATIC_DEPS
with:
name: wheels-${{ runner.os }}
path: dist/*.whl
Expand Down

0 comments on commit 0cf85a5

Please sign in to comment.