Skip to content

Commit 07409a9

Browse files
committed
Undo rename
1 parent 55ad0cd commit 07409a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/upload-artifact@v4
2727
with:
2828
path: dist/*.tar.gz
29-
name: pre_sdist
29+
name: sdist
3030

3131
build_wheels:
3232
needs: [build_sdist]
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/download-artifact@v4
4141
with:
42-
name: pre_sdist
42+
name: sdist
4343
path: dist
4444
- name: Decompress sdist (windows)
4545
if: startsWith(matrix.os, 'windows-')

0 commit comments

Comments
 (0)