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 709b6cd commit f0f153eCopy full SHA for f0f153e
.github/workflows/deploy-test-pypi.yml
@@ -112,7 +112,7 @@ jobs:
112
113
- uses: actions/upload-artifact@v4
114
with:
115
- name: artifact-manylinux-${{matrix.arch}}
+ name: artifact-${{ matrix.distro }}-${{matrix.arch}}
116
path: ./wheelhouse/*.whl
117
118
build_wheels_musllinux:
.github/workflows/deploy.yml
@@ -115,7 +115,7 @@ jobs:
119
120
121
0 commit comments