Skip to content

Commit 5cd5e97

Browse files
committed
fix upload artifact name
1 parent d73408b commit 5cd5e97

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
@@ -108,7 +108,7 @@ jobs:
108108
CIBW_BEFORE_BUILD_LINUX: yum install -y libffi-devel
109109
- uses: actions/upload-artifact@v4
110110
with:
111-
name: wheels-${{ matrix.os }}-${{ matrix.python-version[0] }}
111+
name: wheels-${{ matrix.os }}-${{ matrix.python-version[0] }}-${{ matrix.python-version[1] }}
112112
path: ./wheelhouse/*.whl
113113

114114
publish:

0 commit comments

Comments
 (0)