Skip to content

Commit d0ef8b2

Browse files
committed
Build: Fix yaml syntax.
1 parent ad35290 commit d0ef8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
env: { PYTHON_BUILD_VERSION: "${{ matrix.pyversion }}" }
215215

216216
- name: Upload wheels
217-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
217+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
218218
with:
219219
name: wheels-${{ matrix.image }}
220220
path: wheelhouse_*/*-m*linux*.whl # manylinux / musllinux

0 commit comments

Comments
 (0)