Skip to content

Commit

Permalink
Assign unique names to wheels artifact uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
skogler committed Jul 31, 2024
1 parent b506eca commit 682d547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

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

build_sdist:
Expand Down

0 comments on commit 682d547

Please sign in to comment.