Skip to content

Commit 7dba5fd

Browse files
authored
Merge pull request #6 from Mng-dev-ai/cd-update
CD update
2 parents 98e25ef + 9978488 commit 7dba5fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CD.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Upload wheels
3131
uses: actions/upload-artifact@v3
3232
with:
33-
name: wheels-${{ matrix.python-version }}-${{ matrix.target }}
33+
name: dist
3434
path: dist
3535

3636
windows:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Upload wheels
5555
uses: actions/upload-artifact@v3
5656
with:
57-
name: wheels-${{ matrix.python-version }}-${{ matrix.target }}
57+
name: dist
5858
path: dist
5959

6060
macos:
@@ -77,7 +77,7 @@ jobs:
7777
- name: Upload wheels
7878
uses: actions/upload-artifact@v3
7979
with:
80-
name: wheels-${{ matrix.python-version }}-${{ matrix.target }}
80+
name: dist
8181
path: dist
8282

8383
sdist:

0 commit comments

Comments
 (0)