Skip to content

Commit 110418d

Browse files
committed
make wheel artifact names unique
1 parent 3206dd9 commit 110418d

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
@@ -98,7 +98,7 @@ jobs:
9898
CIBW_BEFORE_BUILD_LINUX: yum install -y libffi-devel
9999
- uses: actions/upload-artifact@v4
100100
with:
101-
name: wheels-${{ matrix.os }}
101+
name: wheels-${{ matrix.os }}-${{ matrix.python-version[0] }}
102102
path: ./wheelhouse/*.whl
103103

104104
publish:

0 commit comments

Comments
 (0)