Skip to content

Commit 08dea27

Browse files
authored
Update ci.yml
1 parent 1eb57b8 commit 08dea27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- uses: actions/upload-artifact@v4
9595
with:
96-
name: dist-wheels-${{ matrix.os }}-py3${{ matrix.python.minor }}-t{{ matrix.python.ft }} # Unique artifact name
96+
name: dist-wheels-${{ matrix.os }}-py3${{ matrix.python.minor }}-t${{ matrix.python.ft }} # Unique artifact name
9797
path: dist/*
9898

9999
upload:

0 commit comments

Comments
 (0)