We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450f5a5 commit 43136faCopy full SHA for 43136fa
1 file changed
.github/workflows/ci.yml
@@ -286,7 +286,7 @@ jobs:
286
- uses: actions/upload-artifact@v4
287
with:
288
path: ./wheelhouse/*.whl
289
- name: wheels-${{ matrix.os }}-${{ matrix.musl }}-${{ matrix.qemu }}
+ name: wheels-${{ matrix.os }}-${{ matrix.musl }}-${{ matrix.qemu }}-${{ matrix.pyver }}
290
291
upload_pypi:
292
needs: [build_wheels]
0 commit comments