Update artifact name to include OS and target
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
- name: Upload built wheels as Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wheels
|
||||
name: wheels-${{ matrix.os }}-${{ matrix.target }}
|
||||
path: dist
|
||||
|
||||
publish:
|
||||
|
||||
Reference in New Issue
Block a user