Skip to content

Commit

Permalink
chore: unique artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Nov 1, 2024
1 parent 411b6fe commit d3c23bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: sdist
path: ./dist/*.tar.gz

build_wheels:
Expand All @@ -46,6 +47,7 @@ jobs:

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

publish:
Expand Down

0 comments on commit d3c23bc

Please sign in to comment.