Skip to content

Commit e705e41

Browse files
committed
Make dist more unique
1 parent fad0ffd commit e705e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
python -m build --sdist
233233
- uses: actions/upload-artifact@v4
234234
with:
235-
name: "dist-${{ runner.os }}-${{ runner.arch }}"
235+
name: "dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.cibw_archs_linux }}"
236236
path: "dist/"
237237
- name: Publish package to TestPyPI
238238
# pypa/gh-action-pypi-publish@master does not work on OSX

0 commit comments

Comments
 (0)