Skip to content

Commit 62bf6ca

Browse files
committed
attempting to disambigua
te upload artifact Signed-off-by: Eric Reinecke <[email protected]>
1 parent a58efc3 commit 62bf6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- uses: actions/upload-artifact@v4
197197
with:
198198
name: wheels
199-
path: ./wheelhouse/*.whl
199+
path: ./wheelhouse/*-${{ matrix.python-build }}.whl
200200

201201
package_sdist:
202202
needs: py_build_test

0 commit comments

Comments
 (0)