Skip to content

Commit

Permalink
fix artifact names
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 044a8f9 commit b5b909b
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 @@ -43,7 +43,7 @@ jobs:
- run: python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.python }}-${{ matrix.os }}
name: cibw-wheels-${{ matrix.os }}
path: wheelhouse/*.whl

test:
Expand Down

0 comments on commit b5b909b

Please sign in to comment.