We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ba17d commit 237d697Copy full SHA for 237d697
.github/workflows/wheels.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Build sdist and wheel
26
run: |
27
- python -m build -n -o wheelhouse
+ python -m build --sdist --wheel -o wheelhouse
28
29
- name: List and check sdist
30
0 commit comments