Skip to content

Commit 8b3a24b

Browse files
committed
Fix deploy logic
1 parent 3e9376b commit 8b3a24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Upload artifacts
6969
uses: actions/upload-artifact@v4
7070
with:
71-
name: artifact-3.${{ matrix.python-3-version }}
71+
name: artifact-${{ matrix.distribution }}-3.${{ matrix.python-3-version }}
7272
path: dist/*
7373

7474
upload_all:

0 commit comments

Comments
 (0)