Skip to content

Commit 56f6bc1

Browse files
committed
drop explicit name for sdist
1 parent e14d1c1 commit 56f6bc1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: python -m cibuildwheel --output-dir dist
3030
env:
3131
PIP_PREFER_BINARY: 1
32-
32+
3333
CIBW_ENVIRONMENT_WINDOWS: >
3434
CC=cl
3535
CXX=cl
@@ -53,5 +53,4 @@ jobs:
5353
5454
- uses: actions/upload-artifact@v4
5555
with:
56-
name: cibw-sdist
5756
path: ./dist/*.tar.gz

0 commit comments

Comments
 (0)