We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2865b commit e81d4faCopy full SHA for e81d4fa
.github/workflows/build_and_upload.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: "actions/upload-artifact@v4"
35
with:
36
path: "./wheelhouse/*.whl"
37
- name: wheel-%{{ matrix.os }}
+ name: wheel-${{ matrix.os }}
38
39
make_sdist:
40
name: "Build source distribution"
0 commit comments