Skip to content

Commit f3119dd

Browse files
committed
fix artifact
1 parent 29c6598 commit f3119dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
uses: actions/upload-artifact@v4
5656
with:
5757
path: ./wheelhouse/*.whl
58+
name: wheels-artifact
5859

5960
- name: Build Source Distribution
6061
run: python setup.py sdist
@@ -63,5 +64,6 @@ jobs:
6364
uses: actions/upload-artifact@v4
6465
with:
6566
path: ./dist/*.zip
67+
name: source-dist-artifact
6668

6769

0 commit comments

Comments
 (0)