We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad35290 commit d0ef8b2Copy full SHA for d0ef8b2
.github/workflows/wheels.yml
@@ -214,7 +214,7 @@ jobs:
214
env: { PYTHON_BUILD_VERSION: "${{ matrix.pyversion }}" }
215
216
- name: Upload wheels
217
- - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
218
with:
219
name: wheels-${{ matrix.image }}
220
path: wheelhouse_*/*-m*linux*.whl # manylinux / musllinux
0 commit comments