We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353f23c commit c8265b0Copy full SHA for c8265b0
.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 }}-${{ matrix.pyver}}
+ name: wheels-${{ matrix.os }}-${{ matrix.musl }}-${{ matrix.qemu }}-${{ matrix.pyver }}
290
291
upload_pypi:
292
needs: [build_wheels]
0 commit comments