We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad0ffd commit e705e41Copy full SHA for e705e41
.github/workflows/ci.yml
@@ -232,7 +232,7 @@ jobs:
232
python -m build --sdist
233
- uses: actions/upload-artifact@v4
234
with:
235
- name: "dist-${{ runner.os }}-${{ runner.arch }}"
+ name: "dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.cibw_archs_linux }}"
236
path: "dist/"
237
- name: Publish package to TestPyPI
238
# pypa/gh-action-pypi-publish@master does not work on OSX
0 commit comments