We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cdab7 commit dafecccCopy full SHA for dafeccc
1 file changed
.github/workflows/ci.yml
@@ -258,7 +258,7 @@ jobs:
258
python -m build --sdist
259
- uses: actions/upload-artifact@v4
260
with:
261
- name: "dist-${{ runner.os }}-${{ runner.arch }}"
+ name: "dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.cibw_archs_linux }}"
262
path: "dist/"
263
- name: Publish package to TestPyPI
264
# pypa/gh-action-pypi-publish@master does not work on OSX
0 commit comments