Skip to content

Commit

Permalink
Uniquify artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Apr 19, 2024
1 parent d00a7e9 commit 02936f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
name: sdist
name: sdist-${{ matrix.os }}
path: dist/*.tar.gz

- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ matrix.os }}
path: wheelhouse/*.whl

ubuntu-default-llvm:
Expand Down

0 comments on commit 02936f2

Please sign in to comment.