Skip to content

Commit cc4ec4e

Browse files
authored
fix: upload sdist name (#613)
1 parent 10dc21f commit cc4ec4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
run: make build-sdist
9191

9292
- uses: actions/upload-artifact@v4
93-
name: build-sdist
9493
with:
94+
name: build-sdist
9595
path: dist/*.tar.gz
9696

9797
build_cc_wheels:

0 commit comments

Comments
 (0)