Skip to content

Commit fad0ffd

Browse files
committed
Fix upload artifact name
1 parent a0f9047 commit fad0ffd

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
@@ -232,7 +232,7 @@ jobs:
232232
python -m build --sdist
233233
- uses: actions/upload-artifact@v4
234234
with:
235-
name: "dist"
235+
name: "dist-${{ runner.os }}-${{ runner.arch }}"
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)