Skip to content

Commit 8ceec0e

Browse files
committed
Fix names
1 parent 4008c1d commit 8ceec0e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build_wheels:
14-
name: Build wheel on ${{ matrix.os }}
14+
name: Build wheel
1515
runs-on: ubuntu-latest
1616

1717
steps:
@@ -51,7 +51,7 @@ jobs:
5151

5252
- uses: actions/upload-artifact@v4
5353
with:
54-
name: wheel-${{ matrix.os }}
54+
name: wheel
5555
path: dist/*.whl
5656
retention-days: 7
5757

@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- uses: actions/download-artifact@v4
7272
with:
73-
pattern: wheel-*
73+
pattern: wheel
7474
path: dist
7575

7676
- name: Publish to Test PyPI (Debugging)
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- uses: actions/download-artifact@v4
105105
with:
106-
pattern: wheel-*
106+
pattern: wheel
107107
merge-multiple: true
108108
path: dist
109109

0 commit comments

Comments
 (0)