Skip to content

Commit f0f153e

Browse files
committed
Fix artifact actions for linux
1 parent 709b6cd commit f0f153e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- uses: actions/upload-artifact@v4
114114
with:
115-
name: artifact-manylinux-${{matrix.arch}}
115+
name: artifact-${{ matrix.distro }}-${{matrix.arch}}
116116
path: ./wheelhouse/*.whl
117117

118118
build_wheels_musllinux:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- uses: actions/upload-artifact@v4
117117
with:
118-
name: artifact-manylinux-${{matrix.arch}}
118+
name: artifact-${{ matrix.distro }}-${{matrix.arch}}
119119
path: ./wheelhouse/*.whl
120120

121121
build_wheels_musllinux:

0 commit comments

Comments
 (0)