Skip to content

Commit 237d697

Browse files
committed
update build
1 parent 04ba17d commit 237d697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

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

2525
- name: Build sdist and wheel
2626
run: |
27-
python -m build -n -o wheelhouse
27+
python -m build --sdist --wheel -o wheelhouse
2828
2929
- name: List and check sdist
3030
run: |

0 commit comments

Comments
 (0)