We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54979d9 commit 107710aCopy full SHA for 107710a
.github/workflows/build_wheels.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- uses: actions/upload-artifact@v4
54
with:
55
- name: wheel-${{ matrix.runs-on }}
+ name: wheel-${{ matrix.os }}
56
path: ./wheelhouse/*.whl
57
58
upload_wheels:
@@ -72,7 +72,7 @@ jobs:
72
73
- uses: actions/download-artifact@v4
74
75
76
path: dist
77
78
- name: Publish package
0 commit comments