Skip to content

Commit dafeccc

Browse files
committed
Add another source of uniqueness
1 parent 16cdab7 commit dafeccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
python -m build --sdist
259259
- uses: actions/upload-artifact@v4
260260
with:
261-
name: "dist-${{ runner.os }}-${{ runner.arch }}"
261+
name: "dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.cibw_archs_linux }}"
262262
path: "dist/"
263263
- name: Publish package to TestPyPI
264264
# pypa/gh-action-pypi-publish@master does not work on OSX

0 commit comments

Comments
 (0)