Skip to content

Commit e81d4fa

Browse files
committed
typo
1 parent 1b2865b commit e81d4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: "actions/upload-artifact@v4"
3535
with:
3636
path: "./wheelhouse/*.whl"
37-
name: wheel-%{{ matrix.os }}
37+
name: wheel-${{ matrix.os }}
3838

3939
make_sdist:
4040
name: "Build source distribution"

0 commit comments

Comments
 (0)