Skip to content

Commit

Permalink
CI: Try to make wheel upload work.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jul 4, 2023
1 parent 7d0a8b1 commit 07ddce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:

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

0 comments on commit 07ddce7

Please sign in to comment.