Skip to content

Commit

Permalink
fix artifact upload name
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed Feb 13, 2024
1 parent 2f97277 commit 0a01a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: python -m build
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}
name: cibw-wheels-${{ matrix.python }}-${{ matrix.os }}-${{ strategy.job-index }}
path: wheelhouse/*.whl
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0a01a5c

Please sign in to comment.