Update artifact name to include OS and target

This commit is contained in:
BillTheMaker
2025-12-06 16:00:32 -07:00
committed by GitHub
parent c408c483d0
commit 056fbbb6e1

View File

@@ -50,7 +50,7 @@ jobs:
- name: Upload built wheels as Artifact - name: Upload built wheels as Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: wheels name: wheels-${{ matrix.os }}-${{ matrix.target }}
path: dist path: dist
publish: publish: