We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4008c1d commit 8ceec0eCopy full SHA for 8ceec0e
1 file changed
.github/workflows/pypi.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
build_wheels:
14
- name: Build wheel on ${{ matrix.os }}
+ name: Build wheel
15
runs-on: ubuntu-latest
16
17
steps:
@@ -51,7 +51,7 @@ jobs:
51
52
- uses: actions/upload-artifact@v4
53
with:
54
- name: wheel-${{ matrix.os }}
+ name: wheel
55
path: dist/*.whl
56
retention-days: 7
57
@@ -70,7 +70,7 @@ jobs:
70
71
- uses: actions/download-artifact@v4
72
73
- pattern: wheel-*
+ pattern: wheel
74
path: dist
75
76
- name: Publish to Test PyPI (Debugging)
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
merge-multiple: true
108
109
0 commit comments