Skip to content

Commit 9876b4b

Browse files
committed
CI: Fix typo.
1 parent d84d527 commit 9876b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ jobs:
120120
121121
- name: Building wheel
122122
run: |
123-
make PYTHON_WHEEL_BUILD_VERSION="{{ matrix.pyversion }}*" sdist wheel_${{ matrix.image }}
123+
make PYTHON_WHEEL_BUILD_VERSION="${{ matrix.pyversion }}*" sdist wheel_${{ matrix.image }}
124124
125125
- name: Copy wheels in dist
126126
run: cp -v wheelhouse*/*-m*linux*.whl dist/ # manylinux / musllinux
127127

128128
- name: Archive Wheels
129129
uses: actions/upload-artifact@v4
130130
with:
131-
name: wheels-${{ matrix.image }}-{{ matrix.pyversion }}
131+
name: wheels-${{ matrix.image }}-${{ matrix.pyversion }}
132132
path: dist/*.whl
133133
if-no-files-found: ignore
134134

0 commit comments

Comments
 (0)