Skip to content

Commit 0505559

Browse files
committed
name
1 parent 3efac41 commit 0505559

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Upload wheels
5353
uses: actions/upload-artifact@v4
5454
with:
55-
name: wheelhouse
55+
name: wheelhouse-${{ matrix.os }}
5656
path: wheelhouse/*.whl
5757

5858
# publish-qoco-to-pypi:
@@ -91,11 +91,10 @@ jobs:
9191
id-token: write
9292

9393
steps:
94-
- name: Download all the dists
94+
- name: Download all the wheels
9595
uses: actions/download-artifact@v6
9696
with:
97-
name: wheelhouse
98-
path: wheelhouse/*.whl
97+
path: wheelhouse
9998
- name: Publish distribution to TestPyPI
10099
uses: pypa/gh-action-pypi-publish@release/v1
101100
with:

0 commit comments

Comments
 (0)