Skip to content

Commit b6dc550

Browse files
committed
updated ci
1 parent d4bc778 commit b6dc550

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: python setup.py sdist
2323
- uses: actions/upload-artifact@v4
2424
with:
25-
name: dist
25+
name: dist-sdist
2626
path: dist
2727

2828
matrix_config:
@@ -89,8 +89,8 @@ jobs:
8989

9090
- uses: actions/upload-artifact@v4
9191
with:
92-
name: dist
93-
path: dist
92+
name: dist-wheels # Single artifact for all wheels
93+
path: dist/*
9494

9595
upload:
9696
name: Publish
@@ -100,7 +100,11 @@ jobs:
100100
steps:
101101
- uses: actions/download-artifact@v4
102102
with:
103-
name: dist
103+
name: dist-sdist
104+
path: dist
105+
- uses: actions/download-artifact@v4
106+
with:
107+
name: dist-wheels
104108
path: dist
105109
- uses: pypa/gh-action-pypi-publish@master
106110
with:

0 commit comments

Comments
 (0)