Skip to content

Commit

Permalink
Also make matrix.os part of the name.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Sep 4, 2024
1 parent 491e776 commit 1752724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdist-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Store wheel as artifact
uses: actions/upload-artifact@v4
with:
name: dist-wheels
name: dist-wheels-${{ matrix.os }}
path: dist/*.whl

build_sdist:
Expand Down

0 comments on commit 1752724

Please sign in to comment.