Skip to content

Commit

Permalink
Fix wheel upload from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jan 7, 2022
1 parent 343ed5a commit 3e605f7
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 @@ -63,7 +63,7 @@ jobs:
- name: Archive Wheels
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.env.TARGET }}
name: ${{ matrix.image }}
path: dist/*.whl
if-no-files-found: ignore

Expand Down

0 comments on commit 3e605f7

Please sign in to comment.