Skip to content

Commit

Permalink
try cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Apr 13, 2024
1 parent fd927a1 commit 35eae43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ jobs:
- name: Upload artifacts to GitHub
uses: actions/[email protected]
with:
name: wheels-${{ github.run_id }}-${{ github.job }} # TODO: maybe use matrix os instead?
# name: wheels-${{ github.run_id }}-${{ github.job }} # TODO: maybe use matrix os instead?
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: wheelhouse/*.whl

upload_all:
Expand Down

0 comments on commit 35eae43

Please sign in to comment.