We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54217f7 commit 4f90b42Copy full SHA for 4f90b42
2 files changed
.github/workflows/push.yml
@@ -32,4 +32,4 @@ jobs:
32
- uses: actions/upload-artifact@v4
33
with:
34
path: ./wheelhouse/*.whl
35
- name: wheels-${{ matrix.runs-on }}
+ name: wheels-${{ matrix.platform }}
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
upload_pypi:
25
name: Release To PyPi
0 commit comments